Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.63 KB

EmailForwardingRecipient.md

File metadata and controls

134 lines (73 loc) · 3.63 KB

EmailForwardingRecipient

Properties

Name Type Description Notes
Id Pointer to string [optional]
Email Pointer to string [optional]
IsVerified Pointer to bool [optional]
IsDefault Pointer to bool [optional]

Methods

NewEmailForwardingRecipient

func NewEmailForwardingRecipient() *EmailForwardingRecipient

NewEmailForwardingRecipient instantiates a new EmailForwardingRecipient 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

NewEmailForwardingRecipientWithDefaults

func NewEmailForwardingRecipientWithDefaults() *EmailForwardingRecipient

NewEmailForwardingRecipientWithDefaults instantiates a new EmailForwardingRecipient 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

GetId

func (o *EmailForwardingRecipient) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *EmailForwardingRecipient) GetIdOk() (*string, bool)

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

SetId

func (o *EmailForwardingRecipient) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *EmailForwardingRecipient) HasId() bool

HasId returns a boolean if a field has been set.

GetEmail

func (o *EmailForwardingRecipient) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *EmailForwardingRecipient) GetEmailOk() (*string, bool)

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

SetEmail

func (o *EmailForwardingRecipient) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *EmailForwardingRecipient) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetIsVerified

func (o *EmailForwardingRecipient) GetIsVerified() bool

GetIsVerified returns the IsVerified field if non-nil, zero value otherwise.

GetIsVerifiedOk

func (o *EmailForwardingRecipient) GetIsVerifiedOk() (*bool, bool)

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

SetIsVerified

func (o *EmailForwardingRecipient) SetIsVerified(v bool)

SetIsVerified sets IsVerified field to given value.

HasIsVerified

func (o *EmailForwardingRecipient) HasIsVerified() bool

HasIsVerified returns a boolean if a field has been set.

GetIsDefault

func (o *EmailForwardingRecipient) GetIsDefault() bool

GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.

GetIsDefaultOk

func (o *EmailForwardingRecipient) GetIsDefaultOk() (*bool, bool)

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

SetIsDefault

func (o *EmailForwardingRecipient) SetIsDefault(v bool)

SetIsDefault sets IsDefault field to given value.

HasIsDefault

func (o *EmailForwardingRecipient) HasIsDefault() bool

HasIsDefault returns a boolean if a field has been set.

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