Skip to content

Files

Latest commit

author
Elasticemail
Nov 10, 2021
22998f6 · Nov 10, 2021

History

History
56 lines (31 loc) · 1.88 KB

SubaccountSettingsInfoPayload.md

File metadata and controls

56 lines (31 loc) · 1.88 KB

SubaccountSettingsInfoPayload

Properties

Name Type Description Notes
Email Pointer to SubaccountEmailSettingsPayload [optional]

Methods

NewSubaccountSettingsInfoPayload

func NewSubaccountSettingsInfoPayload() *SubaccountSettingsInfoPayload

NewSubaccountSettingsInfoPayload instantiates a new SubaccountSettingsInfoPayload 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

NewSubaccountSettingsInfoPayloadWithDefaults

func NewSubaccountSettingsInfoPayloadWithDefaults() *SubaccountSettingsInfoPayload

NewSubaccountSettingsInfoPayloadWithDefaults instantiates a new SubaccountSettingsInfoPayload 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

GetEmail

func (o *SubaccountSettingsInfoPayload) GetEmail() SubaccountEmailSettingsPayload

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

GetEmailOk

func (o *SubaccountSettingsInfoPayload) GetEmailOk() (*SubaccountEmailSettingsPayload, 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 *SubaccountSettingsInfoPayload) SetEmail(v SubaccountEmailSettingsPayload)

SetEmail sets Email field to given value.

HasEmail

func (o *SubaccountSettingsInfoPayload) HasEmail() bool

HasEmail returns a boolean if a field has been set.

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