Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to TypeTLSCertificate | [optional] [default to TYPETLSCERTIFICATE_TLS_CERTIFICATE] | |
Attributes | Pointer to TLSCertificateDataAttributes | [optional] | |
Relationships | Pointer to RelationshipTLSDomains | [optional] |
func NewTLSCertificateData() *TLSCertificateData
NewTLSCertificateData instantiates a new TLSCertificateData 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 NewTLSCertificateDataWithDefaults() *TLSCertificateData
NewTLSCertificateDataWithDefaults instantiates a new TLSCertificateData 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 *TLSCertificateData) GetType() TypeTLSCertificate
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TLSCertificateData) GetTypeOk() (*TypeTLSCertificate, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TLSCertificateData) SetType(v TypeTLSCertificate)
SetType sets Type field to given value.
func (o *TLSCertificateData) HasType() bool
HasType returns a boolean if a field has been set.
func (o *TLSCertificateData) GetAttributes() TLSCertificateDataAttributes
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *TLSCertificateData) GetAttributesOk() (*TLSCertificateDataAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TLSCertificateData) SetAttributes(v TLSCertificateDataAttributes)
SetAttributes sets Attributes field to given value.
func (o *TLSCertificateData) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *TLSCertificateData) GetRelationships() RelationshipTLSDomains
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *TLSCertificateData) GetRelationshipsOk() (*RelationshipTLSDomains, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TLSCertificateData) SetRelationships(v RelationshipTLSDomains)
SetRelationships sets Relationships field to given value.
func (o *TLSCertificateData) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.