Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.04 KB

File metadata and controls

108 lines (59 loc) · 3.04 KB

UserAttributeNamesRep

Properties

Name Type Description Notes
Private Pointer to []string private attributes [optional]
Custom Pointer to []string custom attributes [optional]
Standard Pointer to []string standard attributes [optional]

Methods

NewUserAttributeNamesRep

func NewUserAttributeNamesRep() *UserAttributeNamesRep

NewUserAttributeNamesRep instantiates a new UserAttributeNamesRep 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

NewUserAttributeNamesRepWithDefaults

func NewUserAttributeNamesRepWithDefaults() *UserAttributeNamesRep

NewUserAttributeNamesRepWithDefaults instantiates a new UserAttributeNamesRep 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

GetPrivate

func (o *UserAttributeNamesRep) GetPrivate() []string

GetPrivate returns the Private field if non-nil, zero value otherwise.

GetPrivateOk

func (o *UserAttributeNamesRep) GetPrivateOk() (*[]string, bool)

GetPrivateOk returns a tuple with the Private field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPrivate

func (o *UserAttributeNamesRep) SetPrivate(v []string)

SetPrivate sets Private field to given value.

HasPrivate

func (o *UserAttributeNamesRep) HasPrivate() bool

HasPrivate returns a boolean if a field has been set.

GetCustom

func (o *UserAttributeNamesRep) GetCustom() []string

GetCustom returns the Custom field if non-nil, zero value otherwise.

GetCustomOk

func (o *UserAttributeNamesRep) GetCustomOk() (*[]string, bool)

GetCustomOk returns a tuple with the Custom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustom

func (o *UserAttributeNamesRep) SetCustom(v []string)

SetCustom sets Custom field to given value.

HasCustom

func (o *UserAttributeNamesRep) HasCustom() bool

HasCustom returns a boolean if a field has been set.

GetStandard

func (o *UserAttributeNamesRep) GetStandard() []string

GetStandard returns the Standard field if non-nil, zero value otherwise.

GetStandardOk

func (o *UserAttributeNamesRep) GetStandardOk() (*[]string, bool)

GetStandardOk returns a tuple with the Standard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStandard

func (o *UserAttributeNamesRep) SetStandard(v []string)

SetStandard sets Standard field to given value.

HasStandard

func (o *UserAttributeNamesRep) HasStandard() bool

HasStandard returns a boolean if a field has been set.

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