Name | Type | Description | Notes |
---|---|---|---|
Issuer | Pointer to string | [optional] | |
ExpiresOn | Pointer to string | [optional] | |
IssuedOn | Pointer to string | [optional] |
func NewCloudflareHostnameTLSCertificate() *CloudflareHostnameTLSCertificate
NewCloudflareHostnameTLSCertificate instantiates a new CloudflareHostnameTLSCertificate 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 NewCloudflareHostnameTLSCertificateWithDefaults() *CloudflareHostnameTLSCertificate
NewCloudflareHostnameTLSCertificateWithDefaults instantiates a new CloudflareHostnameTLSCertificate 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 *CloudflareHostnameTLSCertificate) GetIssuer() string
GetIssuer returns the Issuer field if non-nil, zero value otherwise.
func (o *CloudflareHostnameTLSCertificate) GetIssuerOk() (*string, bool)
GetIssuerOk returns a tuple with the Issuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudflareHostnameTLSCertificate) SetIssuer(v string)
SetIssuer sets Issuer field to given value.
func (o *CloudflareHostnameTLSCertificate) HasIssuer() bool
HasIssuer returns a boolean if a field has been set.
func (o *CloudflareHostnameTLSCertificate) GetExpiresOn() string
GetExpiresOn returns the ExpiresOn field if non-nil, zero value otherwise.
func (o *CloudflareHostnameTLSCertificate) GetExpiresOnOk() (*string, bool)
GetExpiresOnOk returns a tuple with the ExpiresOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudflareHostnameTLSCertificate) SetExpiresOn(v string)
SetExpiresOn sets ExpiresOn field to given value.
func (o *CloudflareHostnameTLSCertificate) HasExpiresOn() bool
HasExpiresOn returns a boolean if a field has been set.
func (o *CloudflareHostnameTLSCertificate) GetIssuedOn() string
GetIssuedOn returns the IssuedOn field if non-nil, zero value otherwise.
func (o *CloudflareHostnameTLSCertificate) GetIssuedOnOk() (*string, bool)
GetIssuedOnOk returns a tuple with the IssuedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudflareHostnameTLSCertificate) SetIssuedOn(v string)
SetIssuedOn sets IssuedOn field to given value.
func (o *CloudflareHostnameTLSCertificate) HasIssuedOn() bool
HasIssuedOn returns a boolean if a field has been set.