Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 4.72 KB

File metadata and controls

156 lines (83 loc) · 4.72 KB

OutputValueAnyOf5

Properties

Name Type Description Notes
OriginalEmailAddress string
EmailAddress string
EmailDomain string
EmailRootDomain string
EmailLocalSpecifier string
AttributeType string The attribute type of the value.

Methods

NewOutputValueAnyOf5

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

NewOutputValueAnyOf5WithDefaults

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

GetOriginalEmailAddress

func (o *OutputValueAnyOf5) GetOriginalEmailAddress() string

GetOriginalEmailAddress returns the OriginalEmailAddress field if non-nil, zero value otherwise.

GetOriginalEmailAddressOk

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.

SetOriginalEmailAddress

func (o *OutputValueAnyOf5) SetOriginalEmailAddress(v string)

SetOriginalEmailAddress sets OriginalEmailAddress field to given value.

GetEmailAddress

func (o *OutputValueAnyOf5) GetEmailAddress() string

GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.

GetEmailAddressOk

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.

SetEmailAddress

func (o *OutputValueAnyOf5) SetEmailAddress(v string)

SetEmailAddress sets EmailAddress field to given value.

GetEmailDomain

func (o *OutputValueAnyOf5) GetEmailDomain() string

GetEmailDomain returns the EmailDomain field if non-nil, zero value otherwise.

GetEmailDomainOk

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.

SetEmailDomain

func (o *OutputValueAnyOf5) SetEmailDomain(v string)

SetEmailDomain sets EmailDomain field to given value.

GetEmailRootDomain

func (o *OutputValueAnyOf5) GetEmailRootDomain() string

GetEmailRootDomain returns the EmailRootDomain field if non-nil, zero value otherwise.

GetEmailRootDomainOk

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.

SetEmailRootDomain

func (o *OutputValueAnyOf5) SetEmailRootDomain(v string)

SetEmailRootDomain sets EmailRootDomain field to given value.

GetEmailLocalSpecifier

func (o *OutputValueAnyOf5) GetEmailLocalSpecifier() string

GetEmailLocalSpecifier returns the EmailLocalSpecifier field if non-nil, zero value otherwise.

GetEmailLocalSpecifierOk

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.

SetEmailLocalSpecifier

func (o *OutputValueAnyOf5) SetEmailLocalSpecifier(v string)

SetEmailLocalSpecifier sets EmailLocalSpecifier field to given value.

GetAttributeType

func (o *OutputValueAnyOf5) GetAttributeType() string

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

GetAttributeTypeOk

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.

SetAttributeType

func (o *OutputValueAnyOf5) SetAttributeType(v string)

SetAttributeType sets AttributeType field to given value.

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