Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.03 KB

BaseEmailDomain.md

File metadata and controls

72 lines (39 loc) · 2.03 KB

BaseEmailDomain

Properties

Name Type Description Notes
DisplayName string
UserName string

Methods

NewBaseEmailDomain

func NewBaseEmailDomain(displayName string, userName string, ) *BaseEmailDomain

NewBaseEmailDomain instantiates a new BaseEmailDomain 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

NewBaseEmailDomainWithDefaults

func NewBaseEmailDomainWithDefaults() *BaseEmailDomain

NewBaseEmailDomainWithDefaults instantiates a new BaseEmailDomain 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

GetDisplayName

func (o *BaseEmailDomain) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *BaseEmailDomain) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *BaseEmailDomain) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetUserName

func (o *BaseEmailDomain) GetUserName() string

GetUserName returns the UserName field if non-nil, zero value otherwise.

GetUserNameOk

func (o *BaseEmailDomain) GetUserNameOk() (*string, bool)

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

SetUserName

func (o *BaseEmailDomain) SetUserName(v string)

SetUserName sets UserName field to given value.

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