| Name | Type | Description | Notes |
|---|---|---|---|
| Alias | Pointer to NullableString | [optional] | |
| CertificateStoreId | Pointer to string | [optional] | |
| JobFields | Pointer to map[string]interface{} | [optional] |
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
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
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
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.
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetAliasNil(b bool)
SetAliasNil sets the value for Alias to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) UnsetAlias()
UnsetAlias ensures that no value is present for Alias, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetCertificateStoreId() string
GetCertificateStoreId returns the CertificateStoreId field if non-nil, zero value otherwise.
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.
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetCertificateStoreId(v string)
SetCertificateStoreId sets CertificateStoreId field to given value.
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) HasCertificateStoreId() bool
HasCertificateStoreId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetJobFields() map[string]interface{}
GetJobFields returns the JobFields field if non-nil, zero value otherwise.
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.
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetJobFields(v map[string]interface{})
SetJobFields sets JobFields field to given value.
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) HasJobFields() bool
HasJobFields returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetJobFieldsNil(b bool)
SetJobFieldsNil sets the value for JobFields to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) UnsetJobFields()
UnsetJobFields ensures that no value is present for JobFields, not even an explicit nil