Name | Type | Description | Notes |
---|---|---|---|
CertificateAuthorityLogicalName | string | ||
CertificateAuthorityHostName | Pointer to string | [optional] |
func NewModelsCRLRequestModel(certificateAuthorityLogicalName string, ) *ModelsCRLRequestModel
NewModelsCRLRequestModel instantiates a new ModelsCRLRequestModel 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 NewModelsCRLRequestModelWithDefaults() *ModelsCRLRequestModel
NewModelsCRLRequestModelWithDefaults instantiates a new ModelsCRLRequestModel 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 *ModelsCRLRequestModel) GetCertificateAuthorityLogicalName() string
GetCertificateAuthorityLogicalName returns the CertificateAuthorityLogicalName field if non-nil, zero value otherwise.
func (o *ModelsCRLRequestModel) 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 *ModelsCRLRequestModel) SetCertificateAuthorityLogicalName(v string)
SetCertificateAuthorityLogicalName sets CertificateAuthorityLogicalName field to given value.
func (o *ModelsCRLRequestModel) GetCertificateAuthorityHostName() string
GetCertificateAuthorityHostName returns the CertificateAuthorityHostName field if non-nil, zero value otherwise.
func (o *ModelsCRLRequestModel) 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 *ModelsCRLRequestModel) SetCertificateAuthorityHostName(v string)
SetCertificateAuthorityHostName sets CertificateAuthorityHostName field to given value.
func (o *ModelsCRLRequestModel) HasCertificateAuthorityHostName() bool
HasCertificateAuthorityHostName returns a boolean if a field has been set.