Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 4.51 KB

File metadata and controls

128 lines (71 loc) · 4.51 KB

CSSCMSDataModelModelsCertificateLocationSpecifier

Properties

Name Type Description Notes
Alias Pointer to NullableString [optional]
CertificateStoreId Pointer to string [optional]
JobFields Pointer to map[string]interface{} [optional]

Methods

NewCSSCMSDataModelModelsCertificateLocationSpecifier

func NewCSSCMSDataModelModelsCertificateLocationSpecifier() *CSSCMSDataModelModelsCertificateLocationSpecifier

NewCSSCMSDataModelModelsCertificateLocationSpecifier instantiates a new CSSCMSDataModelModelsCertificateLocationSpecifier 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

NewCSSCMSDataModelModelsCertificateLocationSpecifierWithDefaults

func NewCSSCMSDataModelModelsCertificateLocationSpecifierWithDefaults() *CSSCMSDataModelModelsCertificateLocationSpecifier

NewCSSCMSDataModelModelsCertificateLocationSpecifierWithDefaults instantiates a new CSSCMSDataModelModelsCertificateLocationSpecifier 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

GetAlias

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetAlias() string

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

GetAliasOk

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) 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 *CSSCMSDataModelModelsCertificateLocationSpecifier) SetAlias(v string)

SetAlias sets Alias field to given value.

HasAlias

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) HasAlias() bool

HasAlias returns a boolean if a field has been set.

SetAliasNil

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetAliasNil(b bool)

SetAliasNil sets the value for Alias to be an explicit nil

UnsetAlias

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) UnsetAlias()

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

GetCertificateStoreId

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetCertificateStoreId() string

GetCertificateStoreId returns the CertificateStoreId field if non-nil, zero value otherwise.

GetCertificateStoreIdOk

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetCertificateStoreIdOk() (*string, bool)

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

SetCertificateStoreId

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetCertificateStoreId(v string)

SetCertificateStoreId sets CertificateStoreId field to given value.

HasCertificateStoreId

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) HasCertificateStoreId() bool

HasCertificateStoreId returns a boolean if a field has been set.

GetJobFields

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetJobFields() map[string]interface{}

GetJobFields returns the JobFields field if non-nil, zero value otherwise.

GetJobFieldsOk

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetJobFieldsOk() (*map[string]interface{}, bool)

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

SetJobFields

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetJobFields(v map[string]interface{})

SetJobFields sets JobFields field to given value.

HasJobFields

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) HasJobFields() bool

HasJobFields returns a boolean if a field has been set.

SetJobFieldsNil

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetJobFieldsNil(b bool)

SetJobFieldsNil sets the value for JobFields to be an explicit nil

UnsetJobFields

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) UnsetJobFields()

UnsetJobFields ensures that no value is present for JobFields, not even an explicit nil

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