Skip to content

Latest commit

 

History

History
154 lines (85 loc) · 6.05 KB

File metadata and controls

154 lines (85 loc) · 6.05 KB

CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup

Properties

Name Type Description Notes
StoreType Pointer to NullableString [optional] [readonly]
StoreTypeId Pointer to int32 [optional] [readonly]
StoreCount Pointer to int32 [optional] [readonly]
Locations Pointer to []CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail [optional]

Methods

NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup

func NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup() *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup

NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup instantiates a new CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup 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

NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroupWithDefaults

func NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroupWithDefaults() *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup

NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroupWithDefaults instantiates a new CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup 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

GetStoreType

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreType() string

GetStoreType returns the StoreType field if non-nil, zero value otherwise.

GetStoreTypeOk

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreTypeOk() (*string, 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.

SetStoreType

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetStoreType(v string)

SetStoreType sets StoreType field to given value.

HasStoreType

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) HasStoreType() bool

HasStoreType returns a boolean if a field has been set.

SetStoreTypeNil

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetStoreTypeNil(b bool)

SetStoreTypeNil sets the value for StoreType to be an explicit nil

UnsetStoreType

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) UnsetStoreType()

UnsetStoreType ensures that no value is present for StoreType, not even an explicit nil

GetStoreTypeId

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreTypeId() int32

GetStoreTypeId returns the StoreTypeId field if non-nil, zero value otherwise.

GetStoreTypeIdOk

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreTypeIdOk() (*int32, bool)

GetStoreTypeIdOk returns a tuple with the StoreTypeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStoreTypeId

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetStoreTypeId(v int32)

SetStoreTypeId sets StoreTypeId field to given value.

HasStoreTypeId

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) HasStoreTypeId() bool

HasStoreTypeId returns a boolean if a field has been set.

GetStoreCount

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreCount() int32

GetStoreCount returns the StoreCount field if non-nil, zero value otherwise.

GetStoreCountOk

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreCountOk() (*int32, bool)

GetStoreCountOk returns a tuple with the StoreCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStoreCount

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetStoreCount(v int32)

SetStoreCount sets StoreCount field to given value.

HasStoreCount

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) HasStoreCount() bool

HasStoreCount returns a boolean if a field has been set.

GetLocations

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetLocations() []CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail

GetLocations returns the Locations field if non-nil, zero value otherwise.

GetLocationsOk

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetLocationsOk() (*[]CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail, bool)

GetLocationsOk returns a tuple with the Locations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLocations

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetLocations(v []CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail)

SetLocations sets Locations field to given value.

HasLocations

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) HasLocations() bool

HasLocations returns a boolean if a field has been set.

SetLocationsNil

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetLocationsNil(b bool)

SetLocationsNil sets the value for Locations to be an explicit nil

UnsetLocations

func (o *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) UnsetLocations()

UnsetLocations ensures that no value is present for Locations, not even an explicit nil

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