Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
LocalPart | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
IsActive | Pointer to bool | [optional] |
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
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
func (o *EmailForwardingAliasesListInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *EmailForwardingAliasesListInner) SetId(v string)
SetId sets Id field to given value.
func (o *EmailForwardingAliasesListInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *EmailForwardingAliasesListInner) GetLocalPart() string
GetLocalPart returns the LocalPart field if non-nil, zero value otherwise.
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.
func (o *EmailForwardingAliasesListInner) SetLocalPart(v string)
SetLocalPart sets LocalPart field to given value.
func (o *EmailForwardingAliasesListInner) HasLocalPart() bool
HasLocalPart returns a boolean if a field has been set.
func (o *EmailForwardingAliasesListInner) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *EmailForwardingAliasesListInner) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *EmailForwardingAliasesListInner) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *EmailForwardingAliasesListInner) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
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.
func (o *EmailForwardingAliasesListInner) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *EmailForwardingAliasesListInner) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.