| Name | Type | Description | Notes |
|---|---|---|---|
| CertificateAuthorityLogicalName | string | ||
| CertificateAuthorityHostName | Pointer to NullableString | [optional] |
func NewCSSCMSDataModelModelsCRLRequestModel(certificateAuthorityLogicalName string, ) *CSSCMSDataModelModelsCRLRequestModel
NewCSSCMSDataModelModelsCRLRequestModel instantiates a new CSSCMSDataModelModelsCRLRequestModel 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 NewCSSCMSDataModelModelsCRLRequestModelWithDefaults() *CSSCMSDataModelModelsCRLRequestModel
NewCSSCMSDataModelModelsCRLRequestModelWithDefaults instantiates a new CSSCMSDataModelModelsCRLRequestModel 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 *CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityLogicalName() string
GetCertificateAuthorityLogicalName returns the CertificateAuthorityLogicalName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityLogicalNameOk() (*string, bool)
GetCertificateAuthorityLogicalNameOk returns a tuple with the CertificateAuthorityLogicalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityLogicalName(v string)
SetCertificateAuthorityLogicalName sets CertificateAuthorityLogicalName field to given value.
func (o *CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityHostName() string
GetCertificateAuthorityHostName returns the CertificateAuthorityHostName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityHostNameOk() (*string, bool)
GetCertificateAuthorityHostNameOk returns a tuple with the CertificateAuthorityHostName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityHostName(v string)
SetCertificateAuthorityHostName sets CertificateAuthorityHostName field to given value.
func (o *CSSCMSDataModelModelsCRLRequestModel) HasCertificateAuthorityHostName() bool
HasCertificateAuthorityHostName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityHostNameNil(b bool)
SetCertificateAuthorityHostNameNil sets the value for CertificateAuthorityHostName to be an explicit nil
func (o *CSSCMSDataModelModelsCRLRequestModel) UnsetCertificateAuthorityHostName()
UnsetCertificateAuthorityHostName ensures that no value is present for CertificateAuthorityHostName, not even an explicit nil