Name | Type | Description | Notes |
---|---|---|---|
Status | CloudflareHostnameTLSStatus | ||
Method | CloudflareHostnameTLSValidationMethod | ||
CertificateAuthority | Pointer to string | [optional] | |
Certificates | []CloudflareHostnameTLSCertificate | ||
ValidationErrors | []CloudflareHostnameTLSValidationError |
func NewCloudflareHostnameTLSInfo(status CloudflareHostnameTLSStatus, method CloudflareHostnameTLSValidationMethod, certificates []CloudflareHostnameTLSCertificate, validationErrors []CloudflareHostnameTLSValidationError, ) *CloudflareHostnameTLSInfo
NewCloudflareHostnameTLSInfo instantiates a new CloudflareHostnameTLSInfo 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 NewCloudflareHostnameTLSInfoWithDefaults() *CloudflareHostnameTLSInfo
NewCloudflareHostnameTLSInfoWithDefaults instantiates a new CloudflareHostnameTLSInfo 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 *CloudflareHostnameTLSInfo) GetStatus() CloudflareHostnameTLSStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CloudflareHostnameTLSInfo) GetStatusOk() (*CloudflareHostnameTLSStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudflareHostnameTLSInfo) SetStatus(v CloudflareHostnameTLSStatus)
SetStatus sets Status field to given value.
func (o *CloudflareHostnameTLSInfo) GetMethod() CloudflareHostnameTLSValidationMethod
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *CloudflareHostnameTLSInfo) GetMethodOk() (*CloudflareHostnameTLSValidationMethod, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudflareHostnameTLSInfo) SetMethod(v CloudflareHostnameTLSValidationMethod)
SetMethod sets Method field to given value.
func (o *CloudflareHostnameTLSInfo) GetCertificateAuthority() string
GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.
func (o *CloudflareHostnameTLSInfo) GetCertificateAuthorityOk() (*string, bool)
GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudflareHostnameTLSInfo) SetCertificateAuthority(v string)
SetCertificateAuthority sets CertificateAuthority field to given value.
func (o *CloudflareHostnameTLSInfo) HasCertificateAuthority() bool
HasCertificateAuthority returns a boolean if a field has been set.
func (o *CloudflareHostnameTLSInfo) GetCertificates() []CloudflareHostnameTLSCertificate
GetCertificates returns the Certificates field if non-nil, zero value otherwise.
func (o *CloudflareHostnameTLSInfo) GetCertificatesOk() (*[]CloudflareHostnameTLSCertificate, bool)
GetCertificatesOk returns a tuple with the Certificates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudflareHostnameTLSInfo) SetCertificates(v []CloudflareHostnameTLSCertificate)
SetCertificates sets Certificates field to given value.
func (o *CloudflareHostnameTLSInfo) GetValidationErrors() []CloudflareHostnameTLSValidationError
GetValidationErrors returns the ValidationErrors field if non-nil, zero value otherwise.
func (o *CloudflareHostnameTLSInfo) GetValidationErrorsOk() (*[]CloudflareHostnameTLSValidationError, bool)
GetValidationErrorsOk returns a tuple with the ValidationErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudflareHostnameTLSInfo) SetValidationErrors(v []CloudflareHostnameTLSValidationError)
SetValidationErrors sets ValidationErrors field to given value.