Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.1 KB

ScimBaseUserName.md

File metadata and controls

39 lines (20 loc) · 1.1 KB

ScimBaseUserName

Properties

Name Type Description Notes
Formatted Pointer to string The full name, including all middle names, titles, and suffixes as appropriate, formatted for display. [optional]

Methods

GetFormatted

func (o *ScimBaseUserName) GetFormatted() string

GetFormatted returns the Formatted field if non-nil, zero value otherwise.

GetFormattedOk

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.

HasFormatted

func (o *ScimBaseUserName) HasFormatted() bool

HasFormatted returns a boolean if a field has been set.

SetFormatted

func (o *ScimBaseUserName) SetFormatted(v string)

SetFormatted gets a reference to the given string and assigns it to the Formatted field.

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