Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to bool | [optional] | |
Username | Pointer to bool | [optional] | |
Profile | Pointer to bool | [optional] | |
Picture | Pointer to bool | [optional] | |
Website | Pointer to bool | [optional] | |
Pointer to bool | [optional] | ||
Gender | Pointer to bool | [optional] | |
Locale | Pointer to bool | [optional] | |
Address | Pointer to bool | [optional] | |
Phone | Pointer to bool | [optional] |
func NewClaimRepresentation() *ClaimRepresentation
NewClaimRepresentation instantiates a new ClaimRepresentation 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 NewClaimRepresentationWithDefaults() *ClaimRepresentation
NewClaimRepresentationWithDefaults instantiates a new ClaimRepresentation 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 *ClaimRepresentation) GetName() bool
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClaimRepresentation) GetNameOk() (*bool, 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 *ClaimRepresentation) SetName(v bool)
SetName sets Name field to given value.
func (o *ClaimRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ClaimRepresentation) GetUsername() bool
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ClaimRepresentation) GetUsernameOk() (*bool, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClaimRepresentation) SetUsername(v bool)
SetUsername sets Username field to given value.
func (o *ClaimRepresentation) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *ClaimRepresentation) GetProfile() bool
GetProfile returns the Profile field if non-nil, zero value otherwise.
func (o *ClaimRepresentation) GetProfileOk() (*bool, bool)
GetProfileOk returns a tuple with the Profile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClaimRepresentation) SetProfile(v bool)
SetProfile sets Profile field to given value.
func (o *ClaimRepresentation) HasProfile() bool
HasProfile returns a boolean if a field has been set.
func (o *ClaimRepresentation) GetPicture() bool
GetPicture returns the Picture field if non-nil, zero value otherwise.
func (o *ClaimRepresentation) GetPictureOk() (*bool, bool)
GetPictureOk returns a tuple with the Picture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClaimRepresentation) SetPicture(v bool)
SetPicture sets Picture field to given value.
func (o *ClaimRepresentation) HasPicture() bool
HasPicture returns a boolean if a field has been set.
func (o *ClaimRepresentation) GetWebsite() bool
GetWebsite returns the Website field if non-nil, zero value otherwise.
func (o *ClaimRepresentation) GetWebsiteOk() (*bool, bool)
GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClaimRepresentation) SetWebsite(v bool)
SetWebsite sets Website field to given value.
func (o *ClaimRepresentation) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (o *ClaimRepresentation) GetEmail() bool
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *ClaimRepresentation) GetEmailOk() (*bool, 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 *ClaimRepresentation) SetEmail(v bool)
SetEmail sets Email field to given value.
func (o *ClaimRepresentation) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *ClaimRepresentation) GetGender() bool
GetGender returns the Gender field if non-nil, zero value otherwise.
func (o *ClaimRepresentation) GetGenderOk() (*bool, bool)
GetGenderOk returns a tuple with the Gender field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClaimRepresentation) SetGender(v bool)
SetGender sets Gender field to given value.
func (o *ClaimRepresentation) HasGender() bool
HasGender returns a boolean if a field has been set.
func (o *ClaimRepresentation) GetLocale() bool
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *ClaimRepresentation) GetLocaleOk() (*bool, bool)
GetLocaleOk returns a tuple with the Locale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClaimRepresentation) SetLocale(v bool)
SetLocale sets Locale field to given value.
func (o *ClaimRepresentation) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *ClaimRepresentation) GetAddress() bool
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *ClaimRepresentation) GetAddressOk() (*bool, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClaimRepresentation) SetAddress(v bool)
SetAddress sets Address field to given value.
func (o *ClaimRepresentation) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *ClaimRepresentation) GetPhone() bool
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *ClaimRepresentation) GetPhoneOk() (*bool, 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 *ClaimRepresentation) SetPhone(v bool)
SetPhone sets Phone field to given value.
func (o *ClaimRepresentation) HasPhone() bool
HasPhone returns a boolean if a field has been set.