Name | Type | Description | Notes |
---|---|---|---|
PassCode | Pointer to string | [optional] | |
Realm | Pointer to string | [optional] | |
UserCode | Pointer to string | [optional] | |
Username | Pointer to string | [optional] |
func NewApiUserTokenDTO() *ApiUserTokenDTO
NewApiUserTokenDTO instantiates a new ApiUserTokenDTO 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 NewApiUserTokenDTOWithDefaults() *ApiUserTokenDTO
NewApiUserTokenDTOWithDefaults instantiates a new ApiUserTokenDTO 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 *ApiUserTokenDTO) GetPassCode() string
GetPassCode returns the PassCode field if non-nil, zero value otherwise.
func (o *ApiUserTokenDTO) GetPassCodeOk() (*string, bool)
GetPassCodeOk returns a tuple with the PassCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUserTokenDTO) SetPassCode(v string)
SetPassCode sets PassCode field to given value.
func (o *ApiUserTokenDTO) HasPassCode() bool
HasPassCode returns a boolean if a field has been set.
func (o *ApiUserTokenDTO) GetRealm() string
GetRealm returns the Realm field if non-nil, zero value otherwise.
func (o *ApiUserTokenDTO) GetRealmOk() (*string, bool)
GetRealmOk returns a tuple with the Realm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUserTokenDTO) SetRealm(v string)
SetRealm sets Realm field to given value.
func (o *ApiUserTokenDTO) HasRealm() bool
HasRealm returns a boolean if a field has been set.
func (o *ApiUserTokenDTO) GetUserCode() string
GetUserCode returns the UserCode field if non-nil, zero value otherwise.
func (o *ApiUserTokenDTO) GetUserCodeOk() (*string, bool)
GetUserCodeOk returns a tuple with the UserCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiUserTokenDTO) SetUserCode(v string)
SetUserCode sets UserCode field to given value.
func (o *ApiUserTokenDTO) HasUserCode() bool
HasUserCode returns a boolean if a field has been set.
func (o *ApiUserTokenDTO) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ApiUserTokenDTO) 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 *ApiUserTokenDTO) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ApiUserTokenDTO) HasUsername() bool
HasUsername returns a boolean if a field has been set.