Name | Type | Description | Notes |
---|---|---|---|
Created | Pointer to string | [optional] | |
Updated | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
Key | Pointer to string | [optional] | |
Cert | Pointer to string | [optional] | |
Serial | Pointer to CertificateSerialDTO | [optional] |
func NewAbstractCertificateDTO() *AbstractCertificateDTO
NewAbstractCertificateDTO instantiates a new AbstractCertificateDTO 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 NewAbstractCertificateDTOWithDefaults() *AbstractCertificateDTO
NewAbstractCertificateDTOWithDefaults instantiates a new AbstractCertificateDTO 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 *AbstractCertificateDTO) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *AbstractCertificateDTO) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AbstractCertificateDTO) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *AbstractCertificateDTO) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *AbstractCertificateDTO) GetUpdated() string
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *AbstractCertificateDTO) GetUpdatedOk() (*string, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AbstractCertificateDTO) SetUpdated(v string)
SetUpdated sets Updated field to given value.
func (o *AbstractCertificateDTO) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *AbstractCertificateDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AbstractCertificateDTO) 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 *AbstractCertificateDTO) SetId(v string)
SetId sets Id field to given value.
func (o *AbstractCertificateDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AbstractCertificateDTO) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *AbstractCertificateDTO) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AbstractCertificateDTO) SetKey(v string)
SetKey sets Key field to given value.
func (o *AbstractCertificateDTO) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *AbstractCertificateDTO) GetCert() string
GetCert returns the Cert field if non-nil, zero value otherwise.
func (o *AbstractCertificateDTO) GetCertOk() (*string, bool)
GetCertOk returns a tuple with the Cert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AbstractCertificateDTO) SetCert(v string)
SetCert sets Cert field to given value.
func (o *AbstractCertificateDTO) HasCert() bool
HasCert returns a boolean if a field has been set.
func (o *AbstractCertificateDTO) GetSerial() CertificateSerialDTO
GetSerial returns the Serial field if non-nil, zero value otherwise.
func (o *AbstractCertificateDTO) GetSerialOk() (*CertificateSerialDTO, bool)
GetSerialOk returns a tuple with the Serial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AbstractCertificateDTO) SetSerial(v CertificateSerialDTO)
SetSerial sets Serial field to given value.
func (o *AbstractCertificateDTO) HasSerial() bool
HasSerial returns a boolean if a field has been set.