| Name | Type | Description | Notes |
|---|---|---|---|
| Domain | string | ||
| RootDomain | string | ||
| AttributeType | string | The attribute type of the value. |
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
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
func (o *OutputValueAnyOf4) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
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.
func (o *OutputValueAnyOf4) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *OutputValueAnyOf4) GetRootDomain() string
GetRootDomain returns the RootDomain field if non-nil, zero value otherwise.
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.
func (o *OutputValueAnyOf4) SetRootDomain(v string)
SetRootDomain sets RootDomain field to given value.
func (o *OutputValueAnyOf4) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
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.
func (o *OutputValueAnyOf4) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.