Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.79 KB

EmailForwardingAliasesListInner.md

File metadata and controls

134 lines (73 loc) · 3.79 KB

EmailForwardingAliasesListInner

Properties

Name Type Description Notes
Id Pointer to string [optional]
LocalPart Pointer to string [optional]
Email Pointer to string [optional]
IsActive Pointer to bool [optional]

Methods

NewEmailForwardingAliasesListInner

func NewEmailForwardingAliasesListInner() *EmailForwardingAliasesListInner

NewEmailForwardingAliasesListInner instantiates a new EmailForwardingAliasesListInner 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

NewEmailForwardingAliasesListInnerWithDefaults

func NewEmailForwardingAliasesListInnerWithDefaults() *EmailForwardingAliasesListInner

NewEmailForwardingAliasesListInnerWithDefaults instantiates a new EmailForwardingAliasesListInner 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 *EmailForwardingAliasesListInner) GetId() string

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

GetIdOk

func (o *EmailForwardingAliasesListInner) 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 *EmailForwardingAliasesListInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *EmailForwardingAliasesListInner) HasId() bool

HasId returns a boolean if a field has been set.

GetLocalPart

func (o *EmailForwardingAliasesListInner) GetLocalPart() string

GetLocalPart returns the LocalPart field if non-nil, zero value otherwise.

GetLocalPartOk

func (o *EmailForwardingAliasesListInner) GetLocalPartOk() (*string, bool)

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

SetLocalPart

func (o *EmailForwardingAliasesListInner) SetLocalPart(v string)

SetLocalPart sets LocalPart field to given value.

HasLocalPart

func (o *EmailForwardingAliasesListInner) HasLocalPart() bool

HasLocalPart returns a boolean if a field has been set.

GetEmail

func (o *EmailForwardingAliasesListInner) GetEmail() string

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

GetEmailOk

func (o *EmailForwardingAliasesListInner) 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 *EmailForwardingAliasesListInner) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *EmailForwardingAliasesListInner) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetIsActive

func (o *EmailForwardingAliasesListInner) GetIsActive() bool

GetIsActive returns the IsActive field if non-nil, zero value otherwise.

GetIsActiveOk

func (o *EmailForwardingAliasesListInner) GetIsActiveOk() (*bool, bool)

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

SetIsActive

func (o *EmailForwardingAliasesListInner) SetIsActive(v bool)

SetIsActive sets IsActive field to given value.

HasIsActive

func (o *EmailForwardingAliasesListInner) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

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