Name | Type | Description | Notes |
---|---|---|---|
Formatted | Pointer to string | The full name, including all middle names, titles, and suffixes as appropriate, formatted for display. | [optional] |
func (o *ScimBaseUserName) GetFormatted() string
GetFormatted returns the Formatted field if non-nil, zero value otherwise.
func (o *ScimBaseUserName) GetFormattedOk() (string, bool)
GetFormattedOk returns a tuple with the Formatted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimBaseUserName) HasFormatted() bool
HasFormatted returns a boolean if a field has been set.
func (o *ScimBaseUserName) SetFormatted(v string)
SetFormatted gets a reference to the given string and assigns it to the Formatted field.