| Name | Type | Description | Notes |
|---|---|---|---|
| Username | Pointer to string | [optional] | |
| FullName | Pointer to string | [optional] | |
| FirstName | Pointer to string | [optional] | |
| LastName | Pointer to string | [optional] | |
| Pointer to string | [optional] | ||
| Suspended | Pointer to bool | [optional] | |
| Address | Pointer to string | [optional] | |
| PhoneNumber | Pointer to string | [optional] | |
| Position | Pointer to string | [optional] | |
| ChangeDate | Pointer to int32 | [optional] | |
| ChangedBy | Pointer to string | [optional] | |
| CreationDate | Pointer to int32 | [optional] | |
| CreatedBy | Pointer to string | [optional] | |
| ExternalId | Pointer to string | [optional] | |
| EmailSubscription | Pointer to bool | [optional] | |
| Version | Pointer to string | [optional] | |
| Role | Pointer to int32 | [optional] | |
| LastLoginDate | Pointer to int32 | [optional] | |
| Deleted | Pointer to string | [optional] | |
| Uid | Pointer to int32 | [optional] | |
| UserId | Pointer to string | [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) 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) GetFullName() string
GetFullName returns the FullName field if non-nil, zero value otherwise.
func (o *User) GetFullNameOk() (*string, bool)
GetFullNameOk returns a tuple with the FullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetFullName(v string)
SetFullName sets FullName field to given value.
func (o *User) HasFullName() bool
HasFullName returns a boolean if a field has been set.
func (o *User) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *User) 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 *User) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *User) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *User) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *User) 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 *User) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *User) HasLastName() bool
HasLastName 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) GetSuspended() bool
GetSuspended returns the Suspended field if non-nil, zero value otherwise.
func (o *User) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetSuspended(v bool)
SetSuspended sets Suspended field to given value.
func (o *User) HasSuspended() bool
HasSuspended returns a boolean if a field has been set.
func (o *User) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *User) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *User) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *User) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *User) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *User) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (o *User) GetPosition() string
GetPosition returns the Position field if non-nil, zero value otherwise.
func (o *User) GetPositionOk() (*string, bool)
GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetPosition(v string)
SetPosition sets Position field to given value.
func (o *User) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (o *User) GetChangeDate() int32
GetChangeDate returns the ChangeDate field if non-nil, zero value otherwise.
func (o *User) GetChangeDateOk() (*int32, bool)
GetChangeDateOk returns a tuple with the ChangeDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetChangeDate(v int32)
SetChangeDate sets ChangeDate field to given value.
func (o *User) HasChangeDate() bool
HasChangeDate returns a boolean if a field has been set.
func (o *User) GetChangedBy() string
GetChangedBy returns the ChangedBy field if non-nil, zero value otherwise.
func (o *User) GetChangedByOk() (*string, bool)
GetChangedByOk returns a tuple with the ChangedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetChangedBy(v string)
SetChangedBy sets ChangedBy field to given value.
func (o *User) HasChangedBy() bool
HasChangedBy returns a boolean if a field has been set.
func (o *User) GetCreationDate() int32
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *User) GetCreationDateOk() (*int32, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetCreationDate(v int32)
SetCreationDate sets CreationDate field to given value.
func (o *User) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *User) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *User) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *User) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *User) GetExternalId() string
GetExternalId returns the ExternalId field if non-nil, zero value otherwise.
func (o *User) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetExternalId(v string)
SetExternalId sets ExternalId field to given value.
func (o *User) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (o *User) GetEmailSubscription() bool
GetEmailSubscription returns the EmailSubscription field if non-nil, zero value otherwise.
func (o *User) GetEmailSubscriptionOk() (*bool, bool)
GetEmailSubscriptionOk returns a tuple with the EmailSubscription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetEmailSubscription(v bool)
SetEmailSubscription sets EmailSubscription field to given value.
func (o *User) HasEmailSubscription() bool
HasEmailSubscription returns a boolean if a field has been set.
func (o *User) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *User) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *User) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *User) GetRole() int32
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *User) GetRoleOk() (*int32, 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 *User) SetRole(v int32)
SetRole sets Role field to given value.
func (o *User) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *User) GetLastLoginDate() int32
GetLastLoginDate returns the LastLoginDate field if non-nil, zero value otherwise.
func (o *User) GetLastLoginDateOk() (*int32, bool)
GetLastLoginDateOk returns a tuple with the LastLoginDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetLastLoginDate(v int32)
SetLastLoginDate sets LastLoginDate field to given value.
func (o *User) HasLastLoginDate() bool
HasLastLoginDate returns a boolean if a field has been set.
func (o *User) GetDeleted() string
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
func (o *User) GetDeletedOk() (*string, bool)
GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetDeleted(v string)
SetDeleted sets Deleted field to given value.
func (o *User) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (o *User) GetUid() int32
GetUid returns the Uid field if non-nil, zero value otherwise.
func (o *User) GetUidOk() (*int32, bool)
GetUidOk returns a tuple with the Uid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetUid(v int32)
SetUid sets Uid field to given value.
func (o *User) HasUid() bool
HasUid returns a boolean if a field has been set.
func (o *User) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *User) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *User) HasUserId() bool
HasUserId returns a boolean if a field has been set.