| Name | Type | Description | Notes |
|---|---|---|---|
| OriginalEmailAddress | string | ||
| EmailAddress | string | ||
| EmailDomain | string | ||
| EmailRootDomain | string | ||
| EmailLocalSpecifier | string | ||
| AttributeType | string | The attribute type of the value. |
func NewOutputValueAnyOf5(originalEmailAddress string, emailAddress string, emailDomain string, emailRootDomain string, emailLocalSpecifier string, attributeType string, ) *OutputValueAnyOf5
NewOutputValueAnyOf5 instantiates a new OutputValueAnyOf5 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 NewOutputValueAnyOf5WithDefaults() *OutputValueAnyOf5
NewOutputValueAnyOf5WithDefaults instantiates a new OutputValueAnyOf5 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 *OutputValueAnyOf5) GetOriginalEmailAddress() string
GetOriginalEmailAddress returns the OriginalEmailAddress field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf5) GetOriginalEmailAddressOk() (*string, bool)
GetOriginalEmailAddressOk returns a tuple with the OriginalEmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf5) SetOriginalEmailAddress(v string)
SetOriginalEmailAddress sets OriginalEmailAddress field to given value.
func (o *OutputValueAnyOf5) GetEmailAddress() string
GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf5) GetEmailAddressOk() (*string, bool)
GetEmailAddressOk returns a tuple with the EmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf5) SetEmailAddress(v string)
SetEmailAddress sets EmailAddress field to given value.
func (o *OutputValueAnyOf5) GetEmailDomain() string
GetEmailDomain returns the EmailDomain field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf5) GetEmailDomainOk() (*string, bool)
GetEmailDomainOk returns a tuple with the EmailDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf5) SetEmailDomain(v string)
SetEmailDomain sets EmailDomain field to given value.
func (o *OutputValueAnyOf5) GetEmailRootDomain() string
GetEmailRootDomain returns the EmailRootDomain field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf5) GetEmailRootDomainOk() (*string, bool)
GetEmailRootDomainOk returns a tuple with the EmailRootDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf5) SetEmailRootDomain(v string)
SetEmailRootDomain sets EmailRootDomain field to given value.
func (o *OutputValueAnyOf5) GetEmailLocalSpecifier() string
GetEmailLocalSpecifier returns the EmailLocalSpecifier field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf5) GetEmailLocalSpecifierOk() (*string, bool)
GetEmailLocalSpecifierOk returns a tuple with the EmailLocalSpecifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf5) SetEmailLocalSpecifier(v string)
SetEmailLocalSpecifier sets EmailLocalSpecifier field to given value.
func (o *OutputValueAnyOf5) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf5) 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 *OutputValueAnyOf5) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.