Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
IsVerified | Pointer to bool | [optional] | |
IsDefault | Pointer to bool | [optional] |
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
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
func (o *EmailForwardingRecipient) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *EmailForwardingRecipient) SetId(v string)
SetId sets Id field to given value.
func (o *EmailForwardingRecipient) HasId() bool
HasId returns a boolean if a field has been set.
func (o *EmailForwardingRecipient) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *EmailForwardingRecipient) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *EmailForwardingRecipient) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *EmailForwardingRecipient) GetIsVerified() bool
GetIsVerified returns the IsVerified field if non-nil, zero value otherwise.
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.
func (o *EmailForwardingRecipient) SetIsVerified(v bool)
SetIsVerified sets IsVerified field to given value.
func (o *EmailForwardingRecipient) HasIsVerified() bool
HasIsVerified returns a boolean if a field has been set.
func (o *EmailForwardingRecipient) GetIsDefault() bool
GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.
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.
func (o *EmailForwardingRecipient) SetIsDefault(v bool)
SetIsDefault sets IsDefault field to given value.
func (o *EmailForwardingRecipient) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.