Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 3.59 KB

File metadata and controls

87 lines (48 loc) · 3.59 KB

CSSCMSDataModelModelsCRLRequestModel

Properties

Name Type Description Notes
CertificateAuthorityLogicalName string
CertificateAuthorityHostName Pointer to NullableString [optional]

Methods

NewCSSCMSDataModelModelsCRLRequestModel

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

NewCSSCMSDataModelModelsCRLRequestModelWithDefaults

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

GetCertificateAuthorityLogicalName

func (o *CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityLogicalName() string

GetCertificateAuthorityLogicalName returns the CertificateAuthorityLogicalName field if non-nil, zero value otherwise.

GetCertificateAuthorityLogicalNameOk

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.

SetCertificateAuthorityLogicalName

func (o *CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityLogicalName(v string)

SetCertificateAuthorityLogicalName sets CertificateAuthorityLogicalName field to given value.

GetCertificateAuthorityHostName

func (o *CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityHostName() string

GetCertificateAuthorityHostName returns the CertificateAuthorityHostName field if non-nil, zero value otherwise.

GetCertificateAuthorityHostNameOk

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.

SetCertificateAuthorityHostName

func (o *CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityHostName(v string)

SetCertificateAuthorityHostName sets CertificateAuthorityHostName field to given value.

HasCertificateAuthorityHostName

func (o *CSSCMSDataModelModelsCRLRequestModel) HasCertificateAuthorityHostName() bool

HasCertificateAuthorityHostName returns a boolean if a field has been set.

SetCertificateAuthorityHostNameNil

func (o *CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityHostNameNil(b bool)

SetCertificateAuthorityHostNameNil sets the value for CertificateAuthorityHostName to be an explicit nil

UnsetCertificateAuthorityHostName

func (o *CSSCMSDataModelModelsCRLRequestModel) UnsetCertificateAuthorityHostName()

UnsetCertificateAuthorityHostName ensures that no value is present for CertificateAuthorityHostName, not even an explicit nil

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