Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
IssuedDN | Pointer to NullableString | [optional] | |
SerialNumber | Pointer to string | [optional] | |
NotBefore | Pointer to time.Time | [optional] | |
NotAfter | Pointer to time.Time | [optional] | |
SigningAlgorithm | Pointer to string | [optional] | |
Thumbprint | Pointer to string | [optional] | |
IssuerDN | Pointer to NullableString | [optional] | |
IssuedCN | Pointer to NullableString | [optional] | |
SubjectAltNameElements | Pointer to []ModelsSubjectAlternativeName | [optional] |
func NewModelsSSLEndpointHistoryResponseCertificateModel() *ModelsSSLEndpointHistoryResponseCertificateModel
NewModelsSSLEndpointHistoryResponseCertificateModel instantiates a new ModelsSSLEndpointHistoryResponseCertificateModel 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 NewModelsSSLEndpointHistoryResponseCertificateModelWithDefaults() *ModelsSSLEndpointHistoryResponseCertificateModel
NewModelsSSLEndpointHistoryResponseCertificateModelWithDefaults instantiates a new ModelsSSLEndpointHistoryResponseCertificateModel 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 *ModelsSSLEndpointHistoryResponseCertificateModel) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIdOk() (*int32, 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 *ModelsSSLEndpointHistoryResponseCertificateModel) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedDN() string
GetIssuedDN returns the IssuedDN field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedDNOk() (*string, bool)
GetIssuedDNOk returns a tuple with the IssuedDN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedDN(v string)
SetIssuedDN sets IssuedDN field to given value.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasIssuedDN() bool
HasIssuedDN returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedDNNil(b bool)
SetIssuedDNNil sets the value for IssuedDN to be an explicit nil
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) UnsetIssuedDN()
UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSerialNumberOk() (*string, bool)
GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetNotBefore() time.Time
GetNotBefore returns the NotBefore field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) 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 *ModelsSSLEndpointHistoryResponseCertificateModel) SetNotBefore(v time.Time)
SetNotBefore sets NotBefore field to given value.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasNotBefore() bool
HasNotBefore returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetNotAfter() time.Time
GetNotAfter returns the NotAfter field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) 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 *ModelsSSLEndpointHistoryResponseCertificateModel) SetNotAfter(v time.Time)
SetNotAfter sets NotAfter field to given value.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasNotAfter() bool
HasNotAfter returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSigningAlgorithm() string
GetSigningAlgorithm returns the SigningAlgorithm field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSigningAlgorithmOk() (*string, bool)
GetSigningAlgorithmOk returns a tuple with the SigningAlgorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetSigningAlgorithm(v string)
SetSigningAlgorithm sets SigningAlgorithm field to given value.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasSigningAlgorithm() bool
HasSigningAlgorithm returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetThumbprintOk() (*string, bool)
GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuerDN() string
GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuerDNOk() (*string, bool)
GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuerDN(v string)
SetIssuerDN sets IssuerDN field to given value.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasIssuerDN() bool
HasIssuerDN returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuerDNNil(b bool)
SetIssuerDNNil sets the value for IssuerDN to be an explicit nil
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) UnsetIssuerDN()
UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedCN() string
GetIssuedCN returns the IssuedCN field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedCNOk() (*string, bool)
GetIssuedCNOk returns a tuple with the IssuedCN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedCN(v string)
SetIssuedCN sets IssuedCN field to given value.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasIssuedCN() bool
HasIssuedCN returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedCNNil(b bool)
SetIssuedCNNil sets the value for IssuedCN to be an explicit nil
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) UnsetIssuedCN()
UnsetIssuedCN ensures that no value is present for IssuedCN, not even an explicit nil
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSubjectAltNameElements() []ModelsSubjectAlternativeName
GetSubjectAltNameElements returns the SubjectAltNameElements field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) GetSubjectAltNameElementsOk() (*[]ModelsSubjectAlternativeName, bool)
GetSubjectAltNameElementsOk returns a tuple with the SubjectAltNameElements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) SetSubjectAltNameElements(v []ModelsSubjectAlternativeName)
SetSubjectAltNameElements sets SubjectAltNameElements field to given value.
func (o *ModelsSSLEndpointHistoryResponseCertificateModel) HasSubjectAltNameElements() bool
HasSubjectAltNameElements returns a boolean if a field has been set.