Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.52 KB

KeyfactorApiModelsEnrollmentManagementStoreRequest.md

File metadata and controls

134 lines (73 loc) · 4.52 KB

KeyfactorApiModelsEnrollmentManagementStoreRequest

Properties

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]

Methods

NewKeyfactorApiModelsEnrollmentManagementStoreRequest

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

NewKeyfactorApiModelsEnrollmentManagementStoreRequestWithDefaults

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

GetStoreId

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetStoreId() string

GetStoreId returns the StoreId field if non-nil, zero value otherwise.

GetStoreIdOk

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.

SetStoreId

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetStoreId(v string)

SetStoreId sets StoreId field to given value.

HasStoreId

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasStoreId() bool

HasStoreId returns a boolean if a field has been set.

GetAlias

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetAlias() string

GetAlias returns the Alias field if non-nil, zero value otherwise.

GetAliasOk

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.

SetAlias

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetAlias(v string)

SetAlias sets Alias field to given value.

HasAlias

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasAlias() bool

HasAlias returns a boolean if a field has been set.

GetOverwrite

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetOverwrite() bool

GetOverwrite returns the Overwrite field if non-nil, zero value otherwise.

GetOverwriteOk

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.

SetOverwrite

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetOverwrite(v bool)

SetOverwrite sets Overwrite field to given value.

HasOverwrite

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasOverwrite() bool

HasOverwrite returns a boolean if a field has been set.

GetProperties

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) GetProperties() map[string]map[string]interface{}

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

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.

SetProperties

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) SetProperties(v map[string]map[string]interface{})

SetProperties sets Properties field to given value.

HasProperties

func (o *KeyfactorApiModelsEnrollmentManagementStoreRequest) HasProperties() bool

HasProperties returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]