| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedOn | Pointer to time.Time | [optional] | |
| FamilyName | Pointer to string | [optional] | |
| FirstName | Pointer to string | [optional] | |
| Id | Pointer to string | [optional] | |
| Lang | Pointer to string | [optional] | |
| Limit | Pointer to UserLimit | [optional] | |
| ModifiedOn | Pointer to time.Time | [optional] | |
| Name | Pointer to string | [optional] | |
| Phone | Pointer to string | [optional] | |
| State | Pointer to string | [optional] | |
| Uri | 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) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *User) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetCreatedOn(v time.Time)
SetCreatedOn sets CreatedOn field to given value.
func (o *User) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *User) GetFamilyName() string
GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.
func (o *User) GetFamilyNameOk() (*string, bool)
GetFamilyNameOk returns a tuple with the FamilyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetFamilyName(v string)
SetFamilyName sets FamilyName field to given value.
func (o *User) HasFamilyName() bool
HasFamilyName 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) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *User) GetIdOk() (*string, 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 string)
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) GetLang() string
GetLang returns the Lang field if non-nil, zero value otherwise.
func (o *User) GetLangOk() (*string, bool)
GetLangOk returns a tuple with the Lang field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetLang(v string)
SetLang sets Lang field to given value.
func (o *User) HasLang() bool
HasLang returns a boolean if a field has been set.
func (o *User) GetLimit() UserLimit
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *User) GetLimitOk() (*UserLimit, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetLimit(v UserLimit)
SetLimit sets Limit field to given value.
func (o *User) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *User) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
func (o *User) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetModifiedOn(v time.Time)
SetModifiedOn sets ModifiedOn field to given value.
func (o *User) HasModifiedOn() bool
HasModifiedOn 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) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *User) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *User) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *User) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *User) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetState(v string)
SetState sets State field to given value.
func (o *User) HasState() bool
HasState returns a boolean if a field has been set.
func (o *User) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *User) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetUri(v string)
SetUri sets Uri field to given value.
func (o *User) HasUri() bool
HasUri returns a boolean if a field has been set.