Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.05 KB

ConnectUser200Response.md

File metadata and controls

72 lines (39 loc) · 2.05 KB

ConnectUser200Response

Properties

Name Type Description Notes
Username string
Hash string

Methods

NewConnectUser200Response

func NewConnectUser200Response(username string, hash string, ) *ConnectUser200Response

NewConnectUser200Response instantiates a new ConnectUser200Response 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

NewConnectUser200ResponseWithDefaults

func NewConnectUser200ResponseWithDefaults() *ConnectUser200Response

NewConnectUser200ResponseWithDefaults instantiates a new ConnectUser200Response 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

GetUsername

func (o *ConnectUser200Response) GetUsername() string

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

GetUsernameOk

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

SetUsername sets Username field to given value.

GetHash

func (o *ConnectUser200Response) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

func (o *ConnectUser200Response) GetHashOk() (*string, bool)

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

SetHash

func (o *ConnectUser200Response) SetHash(v string)

SetHash sets Hash field to given value.

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