| Name | Type | Description | Notes |
|---|---|---|---|
| Pointer to string | Email address | [optional] | |
| FirstName | Pointer to string | First name | [optional] |
| LastName | Pointer to string | Last name | [optional] |
| Role | Pointer to string | User role (SUPERADMIN only) | [optional] |
| Tier | Pointer to string | User tier (SUPERADMIN only) | [optional] |
| TimeZone | Pointer to string | IANA time zone | [optional] |
| Username | Pointer to string | Username | [optional] |
func NewUpdateUserInputBody() *UpdateUserInputBody
NewUpdateUserInputBody instantiates a new UpdateUserInputBody 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 NewUpdateUserInputBodyWithDefaults() *UpdateUserInputBody
NewUpdateUserInputBodyWithDefaults instantiates a new UpdateUserInputBody 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 *UpdateUserInputBody) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *UpdateUserInputBody) 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 *UpdateUserInputBody) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *UpdateUserInputBody) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *UpdateUserInputBody) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *UpdateUserInputBody) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserInputBody) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *UpdateUserInputBody) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *UpdateUserInputBody) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *UpdateUserInputBody) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserInputBody) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *UpdateUserInputBody) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *UpdateUserInputBody) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *UpdateUserInputBody) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserInputBody) SetRole(v string)
SetRole sets Role field to given value.
func (o *UpdateUserInputBody) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *UpdateUserInputBody) GetTier() string
GetTier returns the Tier field if non-nil, zero value otherwise.
func (o *UpdateUserInputBody) GetTierOk() (*string, bool)
GetTierOk returns a tuple with the Tier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserInputBody) SetTier(v string)
SetTier sets Tier field to given value.
func (o *UpdateUserInputBody) HasTier() bool
HasTier returns a boolean if a field has been set.
func (o *UpdateUserInputBody) GetTimeZone() string
GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.
func (o *UpdateUserInputBody) GetTimeZoneOk() (*string, bool)
GetTimeZoneOk returns a tuple with the TimeZone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserInputBody) SetTimeZone(v string)
SetTimeZone sets TimeZone field to given value.
func (o *UpdateUserInputBody) HasTimeZone() bool
HasTimeZone returns a boolean if a field has been set.
func (o *UpdateUserInputBody) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *UpdateUserInputBody) 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 *UpdateUserInputBody) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *UpdateUserInputBody) HasUsername() bool
HasUsername returns a boolean if a field has been set.