Name | Type | Description | Notes |
---|---|---|---|
Username | string | ||
Token | string | ||
UserUid | string | ||
UserPk | int32 | ||
GroupPk | Pointer to string | [optional] |
func NewUserServiceAccountResponse(username string, token string, userUid string, userPk int32, ) *UserServiceAccountResponse
NewUserServiceAccountResponse instantiates a new UserServiceAccountResponse 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 NewUserServiceAccountResponseWithDefaults() *UserServiceAccountResponse
NewUserServiceAccountResponseWithDefaults instantiates a new UserServiceAccountResponse 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 *UserServiceAccountResponse) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *UserServiceAccountResponse) 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 *UserServiceAccountResponse) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *UserServiceAccountResponse) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UserServiceAccountResponse) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserServiceAccountResponse) SetToken(v string)
SetToken sets Token field to given value.
func (o *UserServiceAccountResponse) GetUserUid() string
GetUserUid returns the UserUid field if non-nil, zero value otherwise.
func (o *UserServiceAccountResponse) GetUserUidOk() (*string, bool)
GetUserUidOk returns a tuple with the UserUid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserServiceAccountResponse) SetUserUid(v string)
SetUserUid sets UserUid field to given value.
func (o *UserServiceAccountResponse) GetUserPk() int32
GetUserPk returns the UserPk field if non-nil, zero value otherwise.
func (o *UserServiceAccountResponse) GetUserPkOk() (*int32, bool)
GetUserPkOk returns a tuple with the UserPk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserServiceAccountResponse) SetUserPk(v int32)
SetUserPk sets UserPk field to given value.
func (o *UserServiceAccountResponse) GetGroupPk() string
GetGroupPk returns the GroupPk field if non-nil, zero value otherwise.
func (o *UserServiceAccountResponse) GetGroupPkOk() (*string, bool)
GetGroupPkOk returns a tuple with the GroupPk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserServiceAccountResponse) SetGroupPk(v string)
SetGroupPk sets GroupPk field to given value.
func (o *UserServiceAccountResponse) HasGroupPk() bool
HasGroupPk returns a boolean if a field has been set.