Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 973 Bytes

EmailEntity.md

File metadata and controls

39 lines (20 loc) · 973 Bytes

EmailEntity

Properties

Name Type Description Notes
Email Pointer to string The email address associated with the user profile.

Methods

GetEmail

func (o *EmailEntity) GetEmail() string

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

GetEmailOk

func (o *EmailEntity) 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.

HasEmail

func (o *EmailEntity) HasEmail() bool

HasEmail returns a boolean if a field has been set.

SetEmail

func (o *EmailEntity) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

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