| Name | Type | Description | Notes |
|---|---|---|---|
| KeystoreId | Pointer to string | [optional] | |
| ClientMachine | Pointer to NullableString | [optional] | |
| StorePath | Pointer to NullableString | [optional] | |
| Alias | Pointer to NullableString | [optional] | |
| Reason | Pointer to CSSCMSDataModelEnumsFailureType | [optional] | |
| Explanation | Pointer to NullableString | [optional] |
func NewCSSCMSDataModelModelsInvalidKeystore() *CSSCMSDataModelModelsInvalidKeystore
NewCSSCMSDataModelModelsInvalidKeystore instantiates a new CSSCMSDataModelModelsInvalidKeystore object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCSSCMSDataModelModelsInvalidKeystoreWithDefaults() *CSSCMSDataModelModelsInvalidKeystore
NewCSSCMSDataModelModelsInvalidKeystoreWithDefaults instantiates a new CSSCMSDataModelModelsInvalidKeystore object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CSSCMSDataModelModelsInvalidKeystore) GetKeystoreId() string
GetKeystoreId returns the KeystoreId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsInvalidKeystore) GetKeystoreIdOk() (*string, bool)
GetKeystoreIdOk returns a tuple with the KeystoreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) SetKeystoreId(v string)
SetKeystoreId sets KeystoreId field to given value.
func (o *CSSCMSDataModelModelsInvalidKeystore) HasKeystoreId() bool
HasKeystoreId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) GetClientMachine() string
GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsInvalidKeystore) GetClientMachineOk() (*string, bool)
GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) SetClientMachine(v string)
SetClientMachine sets ClientMachine field to given value.
func (o *CSSCMSDataModelModelsInvalidKeystore) HasClientMachine() bool
HasClientMachine returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) SetClientMachineNil(b bool)
SetClientMachineNil sets the value for ClientMachine to be an explicit nil
func (o *CSSCMSDataModelModelsInvalidKeystore) UnsetClientMachine()
UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil
func (o *CSSCMSDataModelModelsInvalidKeystore) GetStorePath() string
GetStorePath returns the StorePath field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsInvalidKeystore) GetStorePathOk() (*string, bool)
GetStorePathOk returns a tuple with the StorePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) SetStorePath(v string)
SetStorePath sets StorePath field to given value.
func (o *CSSCMSDataModelModelsInvalidKeystore) HasStorePath() bool
HasStorePath returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) SetStorePathNil(b bool)
SetStorePathNil sets the value for StorePath to be an explicit nil
func (o *CSSCMSDataModelModelsInvalidKeystore) UnsetStorePath()
UnsetStorePath ensures that no value is present for StorePath, not even an explicit nil
func (o *CSSCMSDataModelModelsInvalidKeystore) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsInvalidKeystore) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *CSSCMSDataModelModelsInvalidKeystore) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) SetAliasNil(b bool)
SetAliasNil sets the value for Alias to be an explicit nil
func (o *CSSCMSDataModelModelsInvalidKeystore) UnsetAlias()
UnsetAlias ensures that no value is present for Alias, not even an explicit nil
func (o *CSSCMSDataModelModelsInvalidKeystore) GetReason() CSSCMSDataModelEnumsFailureType
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsInvalidKeystore) GetReasonOk() (*CSSCMSDataModelEnumsFailureType, bool)
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) SetReason(v CSSCMSDataModelEnumsFailureType)
SetReason sets Reason field to given value.
func (o *CSSCMSDataModelModelsInvalidKeystore) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) GetExplanation() string
GetExplanation returns the Explanation field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsInvalidKeystore) GetExplanationOk() (*string, bool)
GetExplanationOk returns a tuple with the Explanation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) SetExplanation(v string)
SetExplanation sets Explanation field to given value.
func (o *CSSCMSDataModelModelsInvalidKeystore) HasExplanation() bool
HasExplanation returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsInvalidKeystore) SetExplanationNil(b bool)
SetExplanationNil sets the value for Explanation to be an explicit nil
func (o *CSSCMSDataModelModelsInvalidKeystore) UnsetExplanation()
UnsetExplanation ensures that no value is present for Explanation, not even an explicit nil