Name | Type | Description | Notes |
---|---|---|---|
StackId | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
Hosts | Pointer to []string | [optional] | |
Issuer | Pointer to string | [optional] | |
Certificate | Pointer to string | [optional] | |
CaBundle | Pointer to string | [optional] | |
Status | Pointer to CertificateCertificateStatus | [optional] [default to "UNKNOWN"] | |
ExpiresAt | Pointer to time.Time | [optional] | |
CreatedAt | Pointer to time.Time | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] |
func NewCertificateCertificate() *CertificateCertificate
NewCertificateCertificate instantiates a new CertificateCertificate 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 NewCertificateCertificateWithDefaults() *CertificateCertificate
NewCertificateCertificateWithDefaults instantiates a new CertificateCertificate 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 *CertificateCertificate) GetStackId() string
GetStackId returns the StackId field if non-nil, zero value otherwise.
func (o *CertificateCertificate) GetStackIdOk() (*string, bool)
GetStackIdOk returns a tuple with the StackId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateCertificate) SetStackId(v string)
SetStackId sets StackId field to given value.
func (o *CertificateCertificate) HasStackId() bool
HasStackId returns a boolean if a field has been set.
func (o *CertificateCertificate) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CertificateCertificate) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateCertificate) SetId(v string)
SetId sets Id field to given value.
func (o *CertificateCertificate) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CertificateCertificate) GetHosts() []string
GetHosts returns the Hosts field if non-nil, zero value otherwise.
func (o *CertificateCertificate) GetHostsOk() (*[]string, bool)
GetHostsOk returns a tuple with the Hosts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateCertificate) SetHosts(v []string)
SetHosts sets Hosts field to given value.
func (o *CertificateCertificate) HasHosts() bool
HasHosts returns a boolean if a field has been set.
func (o *CertificateCertificate) GetIssuer() string
GetIssuer returns the Issuer field if non-nil, zero value otherwise.
func (o *CertificateCertificate) 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 *CertificateCertificate) SetIssuer(v string)
SetIssuer sets Issuer field to given value.
func (o *CertificateCertificate) HasIssuer() bool
HasIssuer returns a boolean if a field has been set.
func (o *CertificateCertificate) GetCertificate() string
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *CertificateCertificate) GetCertificateOk() (*string, 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 *CertificateCertificate) SetCertificate(v string)
SetCertificate sets Certificate field to given value.
func (o *CertificateCertificate) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
func (o *CertificateCertificate) GetCaBundle() string
GetCaBundle returns the CaBundle field if non-nil, zero value otherwise.
func (o *CertificateCertificate) GetCaBundleOk() (*string, bool)
GetCaBundleOk returns a tuple with the CaBundle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateCertificate) SetCaBundle(v string)
SetCaBundle sets CaBundle field to given value.
func (o *CertificateCertificate) HasCaBundle() bool
HasCaBundle returns a boolean if a field has been set.
func (o *CertificateCertificate) GetStatus() CertificateCertificateStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CertificateCertificate) GetStatusOk() (*CertificateCertificateStatus, 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 *CertificateCertificate) SetStatus(v CertificateCertificateStatus)
SetStatus sets Status field to given value.
func (o *CertificateCertificate) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *CertificateCertificate) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *CertificateCertificate) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateCertificate) SetExpiresAt(v time.Time)
SetExpiresAt sets ExpiresAt field to given value.
func (o *CertificateCertificate) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *CertificateCertificate) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CertificateCertificate) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateCertificate) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *CertificateCertificate) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *CertificateCertificate) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *CertificateCertificate) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateCertificate) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *CertificateCertificate) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.