Name | Type | Description | Notes |
---|---|---|---|
Username | string | ||
Hash | string |
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
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
func (o *ConnectUser200Response) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *ConnectUser200Response) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ConnectUser200Response) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
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.
func (o *ConnectUser200Response) SetHash(v string)
SetHash sets Hash field to given value.