| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | Pointer to time.Time | [optional] | |
| Pointer to string | [optional] | ||
| Name | Pointer to string | [optional] | |
| Username | Pointer to string | [optional] |
func NewAuthUserFields() *AuthUserFields
NewAuthUserFields instantiates a new AuthUserFields 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 NewAuthUserFieldsWithDefaults() *AuthUserFields
NewAuthUserFieldsWithDefaults instantiates a new AuthUserFields 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 *AuthUserFields) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *AuthUserFields) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthUserFields) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *AuthUserFields) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *AuthUserFields) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *AuthUserFields) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthUserFields) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *AuthUserFields) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *AuthUserFields) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthUserFields) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthUserFields) SetName(v string)
SetName sets Name field to given value.
func (o *AuthUserFields) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AuthUserFields) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *AuthUserFields) 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 *AuthUserFields) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *AuthUserFields) HasUsername() bool
HasUsername returns a boolean if a field has been set.