| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Username | Pointer to string | [optional] | |
| Pointer to string | [optional] | ||
| Created | Pointer to string | [optional] | |
| Alert | Pointer to bool | [optional] | |
| Admin | Pointer to bool | [optional] | |
| External | Pointer to bool | [optional] |
func NewUser() *User
NewUser instantiates a new User 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 NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User 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 *User) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *User) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetId(v int32)
SetId sets Id field to given value.
func (o *User) HasId() bool
HasId returns a boolean if a field has been set.
func (o *User) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *User) 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 *User) SetName(v string)
SetName sets Name field to given value.
func (o *User) HasName() bool
HasName returns a boolean if a field has been set.
func (o *User) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *User) 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 *User) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *User) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *User) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *User) 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 *User) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *User) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *User) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *User) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *User) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *User) GetAlert() bool
GetAlert returns the Alert field if non-nil, zero value otherwise.
func (o *User) GetAlertOk() (*bool, bool)
GetAlertOk returns a tuple with the Alert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetAlert(v bool)
SetAlert sets Alert field to given value.
func (o *User) HasAlert() bool
HasAlert returns a boolean if a field has been set.
func (o *User) GetAdmin() bool
GetAdmin returns the Admin field if non-nil, zero value otherwise.
func (o *User) GetAdminOk() (*bool, bool)
GetAdminOk returns a tuple with the Admin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetAdmin(v bool)
SetAdmin sets Admin field to given value.
func (o *User) HasAdmin() bool
HasAdmin returns a boolean if a field has been set.
func (o *User) GetExternal() bool
GetExternal returns the External field if non-nil, zero value otherwise.
func (o *User) GetExternalOk() (*bool, bool)
GetExternalOk returns a tuple with the External field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetExternal(v bool)
SetExternal sets External field to given value.
func (o *User) HasExternal() bool
HasExternal returns a boolean if a field has been set.