Name | Type | Description | Notes |
---|---|---|---|
Company | Pointer to NullableString | [optional] | |
FirstName | string | ||
JobTitle | Pointer to NullableString | [optional] | |
JoinedAt | Pointer to time.Time | [optional] | |
LastName | string | ||
Name | Pointer to string | [optional] [readonly] | |
Slug | Pointer to string | [optional] [readonly] | |
SlugPerm | Pointer to string | [optional] [readonly] | |
Tagline | Pointer to NullableString | Your tagline is a sentence about you. Make it funny. Make it professional. Either way, it's public and it represents who you are. | [optional] |
Url | Pointer to string | [optional] [readonly] |
func NewUserProfile(firstName string, lastName string, ) *UserProfile
NewUserProfile instantiates a new UserProfile 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 NewUserProfileWithDefaults() *UserProfile
NewUserProfileWithDefaults instantiates a new UserProfile 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 *UserProfile) GetCompany() string
GetCompany returns the Company field if non-nil, zero value otherwise.
func (o *UserProfile) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetCompany(v string)
SetCompany sets Company field to given value.
func (o *UserProfile) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (o *UserProfile) SetCompanyNil(b bool)
SetCompanyNil sets the value for Company to be an explicit nil
func (o *UserProfile) UnsetCompany()
UnsetCompany ensures that no value is present for Company, not even an explicit nil
func (o *UserProfile) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *UserProfile) 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 *UserProfile) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *UserProfile) GetJobTitle() string
GetJobTitle returns the JobTitle field if non-nil, zero value otherwise.
func (o *UserProfile) GetJobTitleOk() (*string, bool)
GetJobTitleOk returns a tuple with the JobTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetJobTitle(v string)
SetJobTitle sets JobTitle field to given value.
func (o *UserProfile) HasJobTitle() bool
HasJobTitle returns a boolean if a field has been set.
func (o *UserProfile) SetJobTitleNil(b bool)
SetJobTitleNil sets the value for JobTitle to be an explicit nil
func (o *UserProfile) UnsetJobTitle()
UnsetJobTitle ensures that no value is present for JobTitle, not even an explicit nil
func (o *UserProfile) GetJoinedAt() time.Time
GetJoinedAt returns the JoinedAt field if non-nil, zero value otherwise.
func (o *UserProfile) GetJoinedAtOk() (*time.Time, bool)
GetJoinedAtOk returns a tuple with the JoinedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetJoinedAt(v time.Time)
SetJoinedAt sets JoinedAt field to given value.
func (o *UserProfile) HasJoinedAt() bool
HasJoinedAt returns a boolean if a field has been set.
func (o *UserProfile) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *UserProfile) 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 *UserProfile) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *UserProfile) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UserProfile) 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 *UserProfile) SetName(v string)
SetName sets Name field to given value.
func (o *UserProfile) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UserProfile) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *UserProfile) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *UserProfile) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (o *UserProfile) GetSlugPerm() string
GetSlugPerm returns the SlugPerm field if non-nil, zero value otherwise.
func (o *UserProfile) GetSlugPermOk() (*string, bool)
GetSlugPermOk returns a tuple with the SlugPerm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetSlugPerm(v string)
SetSlugPerm sets SlugPerm field to given value.
func (o *UserProfile) HasSlugPerm() bool
HasSlugPerm returns a boolean if a field has been set.
func (o *UserProfile) GetTagline() string
GetTagline returns the Tagline field if non-nil, zero value otherwise.
func (o *UserProfile) GetTaglineOk() (*string, bool)
GetTaglineOk returns a tuple with the Tagline field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetTagline(v string)
SetTagline sets Tagline field to given value.
func (o *UserProfile) HasTagline() bool
HasTagline returns a boolean if a field has been set.
func (o *UserProfile) SetTaglineNil(b bool)
SetTaglineNil sets the value for Tagline to be an explicit nil
func (o *UserProfile) UnsetTagline()
UnsetTagline ensures that no value is present for Tagline, not even an explicit nil
func (o *UserProfile) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *UserProfile) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *UserProfile) HasUrl() bool
HasUrl returns a boolean if a field has been set.