Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.39 KB

NewAccountSignUp.md

File metadata and controls

91 lines (48 loc) · 2.39 KB

NewAccountSignUp

Properties

Name Type Description Notes
Email Pointer to string The email address associated with the user profile.
Password Pointer to string The password for your account.
CompanyName Pointer to string

Methods

GetEmail

func (o *NewAccountSignUp) GetEmail() string

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

GetEmailOk

func (o *NewAccountSignUp) 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 *NewAccountSignUp) HasEmail() bool

HasEmail returns a boolean if a field has been set.

SetEmail

func (o *NewAccountSignUp) SetEmail(v string)

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

GetPassword

func (o *NewAccountSignUp) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *NewAccountSignUp) GetPasswordOk() (string, bool)

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

HasPassword

func (o *NewAccountSignUp) HasPassword() bool

HasPassword returns a boolean if a field has been set.

SetPassword

func (o *NewAccountSignUp) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

GetCompanyName

func (o *NewAccountSignUp) GetCompanyName() string

GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.

GetCompanyNameOk

func (o *NewAccountSignUp) GetCompanyNameOk() (string, bool)

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

HasCompanyName

func (o *NewAccountSignUp) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

SetCompanyName

func (o *NewAccountSignUp) SetCompanyName(v string)

SetCompanyName gets a reference to the given string and assigns it to the CompanyName field.

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