Skip to content

Latest commit

 

History

History
316 lines (171 loc) · 7.11 KB

File metadata and controls

316 lines (171 loc) · 7.11 KB

User

Properties

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]

Methods

NewUser

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

NewUserWithDefaults

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

GetCreatedOn

func (o *User) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

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.

SetCreatedOn

func (o *User) SetCreatedOn(v time.Time)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *User) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetFamilyName

func (o *User) GetFamilyName() string

GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.

GetFamilyNameOk

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.

SetFamilyName

func (o *User) SetFamilyName(v string)

SetFamilyName sets FamilyName field to given value.

HasFamilyName

func (o *User) HasFamilyName() bool

HasFamilyName returns a boolean if a field has been set.

GetFirstName

func (o *User) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

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.

SetFirstName

func (o *User) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *User) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetId

func (o *User) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *User) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *User) HasId() bool

HasId returns a boolean if a field has been set.

GetLang

func (o *User) GetLang() string

GetLang returns the Lang field if non-nil, zero value otherwise.

GetLangOk

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.

SetLang

func (o *User) SetLang(v string)

SetLang sets Lang field to given value.

HasLang

func (o *User) HasLang() bool

HasLang returns a boolean if a field has been set.

GetLimit

func (o *User) GetLimit() UserLimit

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

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.

SetLimit

func (o *User) SetLimit(v UserLimit)

SetLimit sets Limit field to given value.

HasLimit

func (o *User) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetModifiedOn

func (o *User) GetModifiedOn() time.Time

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

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.

SetModifiedOn

func (o *User) SetModifiedOn(v time.Time)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *User) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

GetName

func (o *User) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *User) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *User) HasName() bool

HasName returns a boolean if a field has been set.

GetPhone

func (o *User) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

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.

SetPhone

func (o *User) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *User) HasPhone() bool

HasPhone returns a boolean if a field has been set.

GetState

func (o *User) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

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.

SetState

func (o *User) SetState(v string)

SetState sets State field to given value.

HasState

func (o *User) HasState() bool

HasState returns a boolean if a field has been set.

GetUri

func (o *User) GetUri() string

GetUri returns the Uri field if non-nil, zero value otherwise.

GetUriOk

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.

SetUri

func (o *User) SetUri(v string)

SetUri sets Uri field to given value.

HasUri

func (o *User) HasUri() bool

HasUri returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]