Name | Type | Description | Notes |
---|---|---|---|
StoreMachine | Pointer to string | [optional] | |
StorePath | Pointer to string | [optional] | |
StoreType | Pointer to int32 | [optional] | |
Alias | Pointer to string | [optional] | |
ChainLevel | Pointer to int32 | [optional] | |
CertStoreId | Pointer to string | [optional] |
func NewModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel() *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel
NewModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel instantiates a new ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel 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 NewModelsCertificateRetrievalResponseCertificateStoreInventoryItemModelWithDefaults() *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel
NewModelsCertificateRetrievalResponseCertificateStoreInventoryItemModelWithDefaults instantiates a new ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel 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 *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreMachine() string
GetStoreMachine returns the StoreMachine field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreMachineOk() (*string, bool)
GetStoreMachineOk returns a tuple with the StoreMachine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStoreMachine(v string)
SetStoreMachine sets StoreMachine field to given value.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasStoreMachine() bool
HasStoreMachine returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStorePath() string
GetStorePath returns the StorePath field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) 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 *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStorePath(v string)
SetStorePath sets StorePath field to given value.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasStorePath() bool
HasStorePath returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreType() int32
GetStoreType returns the StoreType field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreTypeOk() (*int32, bool)
GetStoreTypeOk returns a tuple with the StoreType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStoreType(v int32)
SetStoreType sets StoreType field to given value.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasStoreType() bool
HasStoreType returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) 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 *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetChainLevel() int32
GetChainLevel returns the ChainLevel field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetChainLevelOk() (*int32, bool)
GetChainLevelOk returns a tuple with the ChainLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetChainLevel(v int32)
SetChainLevel sets ChainLevel field to given value.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasChainLevel() bool
HasChainLevel returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetCertStoreId() string
GetCertStoreId returns the CertStoreId field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetCertStoreIdOk() (*string, bool)
GetCertStoreIdOk returns a tuple with the CertStoreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetCertStoreId(v string)
SetCertStoreId sets CertStoreId field to given value.
func (o *ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasCertStoreId() bool
HasCertStoreId returns a boolean if a field has been set.