Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 7.2 KB

ClaimRepresentation.md

File metadata and controls

290 lines (157 loc) · 7.2 KB

ClaimRepresentation

Properties

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]
Email Pointer to bool [optional]
Gender Pointer to bool [optional]
Locale Pointer to bool [optional]
Address Pointer to bool [optional]
Phone Pointer to bool [optional]

Methods

NewClaimRepresentation

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

NewClaimRepresentationWithDefaults

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

GetName

func (o *ClaimRepresentation) GetName() bool

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

GetNameOk

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.

SetName

func (o *ClaimRepresentation) SetName(v bool)

SetName sets Name field to given value.

HasName

func (o *ClaimRepresentation) HasName() bool

HasName returns a boolean if a field has been set.

GetUsername

func (o *ClaimRepresentation) GetUsername() bool

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

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.

SetUsername

func (o *ClaimRepresentation) SetUsername(v bool)

SetUsername sets Username field to given value.

HasUsername

func (o *ClaimRepresentation) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetProfile

func (o *ClaimRepresentation) GetProfile() bool

GetProfile returns the Profile field if non-nil, zero value otherwise.

GetProfileOk

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.

SetProfile

func (o *ClaimRepresentation) SetProfile(v bool)

SetProfile sets Profile field to given value.

HasProfile

func (o *ClaimRepresentation) HasProfile() bool

HasProfile returns a boolean if a field has been set.

GetPicture

func (o *ClaimRepresentation) GetPicture() bool

GetPicture returns the Picture field if non-nil, zero value otherwise.

GetPictureOk

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.

SetPicture

func (o *ClaimRepresentation) SetPicture(v bool)

SetPicture sets Picture field to given value.

HasPicture

func (o *ClaimRepresentation) HasPicture() bool

HasPicture returns a boolean if a field has been set.

GetWebsite

func (o *ClaimRepresentation) GetWebsite() bool

GetWebsite returns the Website field if non-nil, zero value otherwise.

GetWebsiteOk

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.

SetWebsite

func (o *ClaimRepresentation) SetWebsite(v bool)

SetWebsite sets Website field to given value.

HasWebsite

func (o *ClaimRepresentation) HasWebsite() bool

HasWebsite returns a boolean if a field has been set.

GetEmail

func (o *ClaimRepresentation) GetEmail() bool

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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.

SetEmail

func (o *ClaimRepresentation) SetEmail(v bool)

SetEmail sets Email field to given value.

HasEmail

func (o *ClaimRepresentation) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetGender

func (o *ClaimRepresentation) GetGender() bool

GetGender returns the Gender field if non-nil, zero value otherwise.

GetGenderOk

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.

SetGender

func (o *ClaimRepresentation) SetGender(v bool)

SetGender sets Gender field to given value.

HasGender

func (o *ClaimRepresentation) HasGender() bool

HasGender returns a boolean if a field has been set.

GetLocale

func (o *ClaimRepresentation) GetLocale() bool

GetLocale returns the Locale field if non-nil, zero value otherwise.

GetLocaleOk

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.

SetLocale

func (o *ClaimRepresentation) SetLocale(v bool)

SetLocale sets Locale field to given value.

HasLocale

func (o *ClaimRepresentation) HasLocale() bool

HasLocale returns a boolean if a field has been set.

GetAddress

func (o *ClaimRepresentation) GetAddress() bool

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

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.

SetAddress

func (o *ClaimRepresentation) SetAddress(v bool)

SetAddress sets Address field to given value.

HasAddress

func (o *ClaimRepresentation) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetPhone

func (o *ClaimRepresentation) GetPhone() bool

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

GetPhoneOk

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.

SetPhone

func (o *ClaimRepresentation) SetPhone(v bool)

SetPhone sets Phone field to given value.

HasPhone

func (o *ClaimRepresentation) HasPhone() bool

HasPhone returns a boolean if a field has been set.

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