| 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] |
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
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
func (o *UserAttributeNamesRep) GetPrivate() []string
GetPrivate returns the Private field if non-nil, zero value otherwise.
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.
func (o *UserAttributeNamesRep) SetPrivate(v []string)
SetPrivate sets Private field to given value.
func (o *UserAttributeNamesRep) HasPrivate() bool
HasPrivate returns a boolean if a field has been set.
func (o *UserAttributeNamesRep) GetCustom() []string
GetCustom returns the Custom field if non-nil, zero value otherwise.
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.
func (o *UserAttributeNamesRep) SetCustom(v []string)
SetCustom sets Custom field to given value.
func (o *UserAttributeNamesRep) HasCustom() bool
HasCustom returns a boolean if a field has been set.
func (o *UserAttributeNamesRep) GetStandard() []string
GetStandard returns the Standard field if non-nil, zero value otherwise.
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.
func (o *UserAttributeNamesRep) SetStandard(v []string)
SetStandard sets Standard field to given value.
func (o *UserAttributeNamesRep) HasStandard() bool
HasStandard returns a boolean if a field has been set.