Skip to content

Latest commit

 

History

History
executable file
·
72 lines (39 loc) · 2.04 KB

AuthAPIMeOutput.md

File metadata and controls

executable file
·
72 lines (39 loc) · 2.04 KB

AuthAPIMeOutput

Properties

Name Type Description Notes
Authenticated bool
Username string

Methods

NewAuthAPIMeOutput

func NewAuthAPIMeOutput(authenticated bool, username string, ) *AuthAPIMeOutput

NewAuthAPIMeOutput instantiates a new AuthAPIMeOutput 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

NewAuthAPIMeOutputWithDefaults

func NewAuthAPIMeOutputWithDefaults() *AuthAPIMeOutput

NewAuthAPIMeOutputWithDefaults instantiates a new AuthAPIMeOutput 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

GetAuthenticated

func (o *AuthAPIMeOutput) GetAuthenticated() bool

GetAuthenticated returns the Authenticated field if non-nil, zero value otherwise.

GetAuthenticatedOk

func (o *AuthAPIMeOutput) GetAuthenticatedOk() (*bool, bool)

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

SetAuthenticated

func (o *AuthAPIMeOutput) SetAuthenticated(v bool)

SetAuthenticated sets Authenticated field to given value.

GetUsername

func (o *AuthAPIMeOutput) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *AuthAPIMeOutput) 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 *AuthAPIMeOutput) SetUsername(v string)

SetUsername sets Username field to given value.

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