Name | Type | Description | Notes |
---|---|---|---|
Username | string | ||
IsValidated | bool | whether the user's actions generate chanque-request or not | |
UserExists | bool | whether the user exists in file or not |
func NewValidatedUser(username string, isValidated bool, userExists bool, ) *ValidatedUser
NewValidatedUser instantiates a new ValidatedUser 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 NewValidatedUserWithDefaults() *ValidatedUser
NewValidatedUserWithDefaults instantiates a new ValidatedUser 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 *ValidatedUser) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ValidatedUser) 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 *ValidatedUser) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ValidatedUser) GetIsValidated() bool
GetIsValidated returns the IsValidated field if non-nil, zero value otherwise.
func (o *ValidatedUser) GetIsValidatedOk() (*bool, bool)
GetIsValidatedOk returns a tuple with the IsValidated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ValidatedUser) SetIsValidated(v bool)
SetIsValidated sets IsValidated field to given value.
func (o *ValidatedUser) GetUserExists() bool
GetUserExists returns the UserExists field if non-nil, zero value otherwise.
func (o *ValidatedUser) GetUserExistsOk() (*bool, bool)
GetUserExistsOk returns a tuple with the UserExists field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ValidatedUser) SetUserExists(v bool)
SetUserExists sets UserExists field to given value.