Name | Type | Description | Notes |
---|---|---|---|
Authenticated | Pointer to bool | If true then you're logged in as a user. | [optional] [readonly] |
Pointer to NullableString | Your email address that we use to contact you. This is only visible to you. | [optional] | |
Name | Pointer to NullableString | The full name of the user (if any). | [optional] [readonly] |
ProfileUrl | Pointer to NullableString | The URL for the full profile of the user. | [optional] [readonly] |
SelfUrl | Pointer to string | [optional] [readonly] | |
Slug | Pointer to NullableString | [optional] [readonly] | |
SlugPerm | Pointer to NullableString | [optional] [readonly] |
func NewUserBrief() *UserBrief
NewUserBrief instantiates a new UserBrief 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 NewUserBriefWithDefaults() *UserBrief
NewUserBriefWithDefaults instantiates a new UserBrief 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 *UserBrief) GetAuthenticated() bool
GetAuthenticated returns the Authenticated field if non-nil, zero value otherwise.
func (o *UserBrief) GetAuthenticatedOk() (*bool, bool)
GetAuthenticatedOk returns a tuple with the Authenticated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBrief) SetAuthenticated(v bool)
SetAuthenticated sets Authenticated field to given value.
func (o *UserBrief) HasAuthenticated() bool
HasAuthenticated returns a boolean if a field has been set.
func (o *UserBrief) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *UserBrief) 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 *UserBrief) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *UserBrief) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *UserBrief) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *UserBrief) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *UserBrief) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UserBrief) 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 *UserBrief) SetName(v string)
SetName sets Name field to given value.
func (o *UserBrief) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UserBrief) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *UserBrief) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *UserBrief) GetProfileUrl() string
GetProfileUrl returns the ProfileUrl field if non-nil, zero value otherwise.
func (o *UserBrief) GetProfileUrlOk() (*string, bool)
GetProfileUrlOk returns a tuple with the ProfileUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBrief) SetProfileUrl(v string)
SetProfileUrl sets ProfileUrl field to given value.
func (o *UserBrief) HasProfileUrl() bool
HasProfileUrl returns a boolean if a field has been set.
func (o *UserBrief) SetProfileUrlNil(b bool)
SetProfileUrlNil sets the value for ProfileUrl to be an explicit nil
func (o *UserBrief) UnsetProfileUrl()
UnsetProfileUrl ensures that no value is present for ProfileUrl, not even an explicit nil
func (o *UserBrief) GetSelfUrl() string
GetSelfUrl returns the SelfUrl field if non-nil, zero value otherwise.
func (o *UserBrief) GetSelfUrlOk() (*string, bool)
GetSelfUrlOk returns a tuple with the SelfUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBrief) SetSelfUrl(v string)
SetSelfUrl sets SelfUrl field to given value.
func (o *UserBrief) HasSelfUrl() bool
HasSelfUrl returns a boolean if a field has been set.
func (o *UserBrief) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *UserBrief) 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 *UserBrief) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *UserBrief) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (o *UserBrief) SetSlugNil(b bool)
SetSlugNil sets the value for Slug to be an explicit nil
func (o *UserBrief) UnsetSlug()
UnsetSlug ensures that no value is present for Slug, not even an explicit nil
func (o *UserBrief) GetSlugPerm() string
GetSlugPerm returns the SlugPerm field if non-nil, zero value otherwise.
func (o *UserBrief) 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 *UserBrief) SetSlugPerm(v string)
SetSlugPerm sets SlugPerm field to given value.
func (o *UserBrief) HasSlugPerm() bool
HasSlugPerm returns a boolean if a field has been set.
func (o *UserBrief) SetSlugPermNil(b bool)
SetSlugPermNil sets the value for SlugPerm to be an explicit nil
func (o *UserBrief) UnsetSlugPerm()
UnsetSlugPerm ensures that no value is present for SlugPerm, not even an explicit nil