| Name | Type | Description | Notes |
|---|---|---|---|
| Certificate | Pointer to CdnCertificate | [optional] | |
| VerificationRequirements | Pointer to []CdnVerificationRequirements | The certificate's verification requirements | [optional] |
func NewCdnRequestCertificateResponse() *CdnRequestCertificateResponse
NewCdnRequestCertificateResponse instantiates a new CdnRequestCertificateResponse 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 NewCdnRequestCertificateResponseWithDefaults() *CdnRequestCertificateResponse
NewCdnRequestCertificateResponseWithDefaults instantiates a new CdnRequestCertificateResponse 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 *CdnRequestCertificateResponse) GetCertificate() CdnCertificate
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *CdnRequestCertificateResponse) GetCertificateOk() (*CdnCertificate, bool)
GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnRequestCertificateResponse) SetCertificate(v CdnCertificate)
SetCertificate sets Certificate field to given value.
func (o *CdnRequestCertificateResponse) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
func (o *CdnRequestCertificateResponse) GetVerificationRequirements() []CdnVerificationRequirements
GetVerificationRequirements returns the VerificationRequirements field if non-nil, zero value otherwise.
func (o *CdnRequestCertificateResponse) GetVerificationRequirementsOk() (*[]CdnVerificationRequirements, bool)
GetVerificationRequirementsOk returns a tuple with the VerificationRequirements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnRequestCertificateResponse) SetVerificationRequirements(v []CdnVerificationRequirements)
SetVerificationRequirements sets VerificationRequirements field to given value.
func (o *CdnRequestCertificateResponse) HasVerificationRequirements() bool
HasVerificationRequirements returns a boolean if a field has been set.