Name | Type | Description | Notes |
---|---|---|---|
StoreId | Pointer to string | [optional] | |
Alias | Pointer to string | [optional] | |
Overwrite | Pointer to bool | [optional] | |
Properties | Pointer to map[string]map[string]interface{} | [optional] |
func NewKeyfactorApiModelsEnrollmentManagementStoreRequest() *KeyfactorApiModelsEnrollmentManagementStoreRequest
NewKeyfactorApiModelsEnrollmentManagementStoreRequest instantiates a new KeyfactorApiModelsEnrollmentManagementStoreRequest 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 NewKeyfactorApiModelsEnrollmentManagementStoreRequestWithDefaults() *KeyfactorApiModelsEnrollmentManagementStoreRequest
NewKeyfactorApiModelsEnrollmentManagementStoreRequestWithDefaults instantiates a new KeyfactorApiModelsEnrollmentManagementStoreRequest 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 *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetStoreId() string
GetStoreId returns the StoreId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetStoreIdOk() (*string, bool)
GetStoreIdOk returns a tuple with the StoreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetStoreId(v string)
SetStoreId sets StoreId field to given value.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) 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 *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetOverwrite() bool
GetOverwrite returns the Overwrite field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetOverwriteOk() (*bool, bool)
GetOverwriteOk returns a tuple with the Overwrite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetOverwrite(v bool)
SetOverwrite sets Overwrite field to given value.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasOverwrite() bool
HasOverwrite returns a boolean if a field has been set.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetProperties() map[string]map[string]interface{}
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetPropertiesOk() (*map[string]map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetProperties(v map[string]map[string]interface{})
SetProperties sets Properties field to given value.
func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasProperties() bool
HasProperties returns a boolean if a field has been set.