Name | Type | Description | Notes |
---|---|---|---|
NotAfter | Pointer to time.Time | [optional] | |
NotBefore | Pointer to time.Time | [optional] | |
Status | Pointer to string | [optional] |
func NewCertificateVersionInfo() *CertificateVersionInfo
NewCertificateVersionInfo instantiates a new CertificateVersionInfo 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 NewCertificateVersionInfoWithDefaults() *CertificateVersionInfo
NewCertificateVersionInfoWithDefaults instantiates a new CertificateVersionInfo 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 *CertificateVersionInfo) GetNotAfter() time.Time
GetNotAfter returns the NotAfter field if non-nil, zero value otherwise.
func (o *CertificateVersionInfo) GetNotAfterOk() (*time.Time, bool)
GetNotAfterOk returns a tuple with the NotAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateVersionInfo) SetNotAfter(v time.Time)
SetNotAfter sets NotAfter field to given value.
func (o *CertificateVersionInfo) HasNotAfter() bool
HasNotAfter returns a boolean if a field has been set.
func (o *CertificateVersionInfo) GetNotBefore() time.Time
GetNotBefore returns the NotBefore field if non-nil, zero value otherwise.
func (o *CertificateVersionInfo) GetNotBeforeOk() (*time.Time, bool)
GetNotBeforeOk returns a tuple with the NotBefore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateVersionInfo) SetNotBefore(v time.Time)
SetNotBefore sets NotBefore field to given value.
func (o *CertificateVersionInfo) HasNotBefore() bool
HasNotBefore returns a boolean if a field has been set.
func (o *CertificateVersionInfo) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CertificateVersionInfo) GetStatusOk() (*string, 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 *CertificateVersionInfo) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *CertificateVersionInfo) HasStatus() bool
HasStatus returns a boolean if a field has been set.