Name | Type | Description | Notes |
---|---|---|---|
CertificateSerial | Pointer to string | [optional] | |
Expires | Pointer to string | [optional] |
func NewCertificateInfo() *CertificateInfo
NewCertificateInfo instantiates a new CertificateInfo 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 NewCertificateInfoWithDefaults() *CertificateInfo
NewCertificateInfoWithDefaults instantiates a new CertificateInfo 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 *CertificateInfo) GetCertificateSerial() string
GetCertificateSerial returns the CertificateSerial field if non-nil, zero value otherwise.
func (o *CertificateInfo) GetCertificateSerialOk() (*string, bool)
GetCertificateSerialOk returns a tuple with the CertificateSerial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateInfo) SetCertificateSerial(v string)
SetCertificateSerial sets CertificateSerial field to given value.
func (o *CertificateInfo) HasCertificateSerial() bool
HasCertificateSerial returns a boolean if a field has been set.
func (o *CertificateInfo) GetExpires() string
GetExpires returns the Expires field if non-nil, zero value otherwise.
func (o *CertificateInfo) GetExpiresOk() (*string, bool)
GetExpiresOk returns a tuple with the Expires field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateInfo) SetExpires(v string)
SetExpires sets Expires field to given value.
func (o *CertificateInfo) HasExpires() bool
HasExpires returns a boolean if a field has been set.