Name | Type | Description | Notes |
---|---|---|---|
Login | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
Code | Pointer to string | [optional] |
func NewAuthSwitchUserRequest() *AuthSwitchUserRequest
NewAuthSwitchUserRequest instantiates a new AuthSwitchUserRequest 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 NewAuthSwitchUserRequestWithDefaults() *AuthSwitchUserRequest
NewAuthSwitchUserRequestWithDefaults instantiates a new AuthSwitchUserRequest 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 *AuthSwitchUserRequest) GetLogin() string
GetLogin returns the Login field if non-nil, zero value otherwise.
func (o *AuthSwitchUserRequest) GetLoginOk() (*string, bool)
GetLoginOk returns a tuple with the Login field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthSwitchUserRequest) SetLogin(v string)
SetLogin sets Login field to given value.
func (o *AuthSwitchUserRequest) HasLogin() bool
HasLogin returns a boolean if a field has been set.
func (o *AuthSwitchUserRequest) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *AuthSwitchUserRequest) 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.
func (o *AuthSwitchUserRequest) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *AuthSwitchUserRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *AuthSwitchUserRequest) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *AuthSwitchUserRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthSwitchUserRequest) SetCode(v string)
SetCode sets Code field to given value.
func (o *AuthSwitchUserRequest) HasCode() bool
HasCode returns a boolean if a field has been set.