Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.64 KB

File metadata and controls

93 lines (50 loc) · 2.64 KB

OutputValueAnyOf4

Properties

Name Type Description Notes
Domain string
RootDomain string
AttributeType string The attribute type of the value.

Methods

NewOutputValueAnyOf4

func NewOutputValueAnyOf4(domain string, rootDomain string, attributeType string, ) *OutputValueAnyOf4

NewOutputValueAnyOf4 instantiates a new OutputValueAnyOf4 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

NewOutputValueAnyOf4WithDefaults

func NewOutputValueAnyOf4WithDefaults() *OutputValueAnyOf4

NewOutputValueAnyOf4WithDefaults instantiates a new OutputValueAnyOf4 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

GetDomain

func (o *OutputValueAnyOf4) GetDomain() string

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *OutputValueAnyOf4) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDomain

func (o *OutputValueAnyOf4) SetDomain(v string)

SetDomain sets Domain field to given value.

GetRootDomain

func (o *OutputValueAnyOf4) GetRootDomain() string

GetRootDomain returns the RootDomain field if non-nil, zero value otherwise.

GetRootDomainOk

func (o *OutputValueAnyOf4) GetRootDomainOk() (*string, bool)

GetRootDomainOk returns a tuple with the RootDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRootDomain

func (o *OutputValueAnyOf4) SetRootDomain(v string)

SetRootDomain sets RootDomain field to given value.

GetAttributeType

func (o *OutputValueAnyOf4) GetAttributeType() string

GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.

GetAttributeTypeOk

func (o *OutputValueAnyOf4) GetAttributeTypeOk() (*string, bool)

GetAttributeTypeOk returns a tuple with the AttributeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAttributeType

func (o *OutputValueAnyOf4) SetAttributeType(v string)

SetAttributeType sets AttributeType field to given value.

[Back to Model list] [Back to API list] [Back to README]