Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] [readonly] | |
CreatedAt | Pointer to time.Time | [optional] [readonly] | |
UpdatedAt | Pointer to time.Time | [optional] [readonly] | |
FirstName | Pointer to string | [optional] | |
LastName | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
ProfilePictureUrl | 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) 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) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *User) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *User) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *User) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *User) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *User) HasUpdatedAt() bool
HasUpdatedAt 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) GetProfilePictureUrl() string
GetProfilePictureUrl returns the ProfilePictureUrl field if non-nil, zero value otherwise.
func (o *User) GetProfilePictureUrlOk() (*string, bool)
GetProfilePictureUrlOk returns a tuple with the ProfilePictureUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *User) SetProfilePictureUrl(v string)
SetProfilePictureUrl sets ProfilePictureUrl field to given value.
func (o *User) HasProfilePictureUrl() bool
HasProfilePictureUrl returns a boolean if a field has been set.