Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to TypeTLSActivation | [optional] [default to TYPETLSACTIVATION_TLS_ACTIVATION] | |
Relationships | Pointer to RelationshipsForTLSActivation | [optional] |
func NewTLSActivationData() *TLSActivationData
NewTLSActivationData instantiates a new TLSActivationData 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 NewTLSActivationDataWithDefaults() *TLSActivationData
NewTLSActivationDataWithDefaults instantiates a new TLSActivationData 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 *TLSActivationData) GetType() TypeTLSActivation
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TLSActivationData) GetTypeOk() (*TypeTLSActivation, 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 *TLSActivationData) SetType(v TypeTLSActivation)
SetType sets Type field to given value.
func (o *TLSActivationData) HasType() bool
HasType returns a boolean if a field has been set.
func (o *TLSActivationData) GetRelationships() RelationshipsForTLSActivation
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *TLSActivationData) GetRelationshipsOk() (*RelationshipsForTLSActivation, 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 *TLSActivationData) SetRelationships(v RelationshipsForTLSActivation)
SetRelationships sets Relationships field to given value.
func (o *TLSActivationData) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.