Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.28 KB

File metadata and controls

72 lines (39 loc) · 2.28 KB

ScimV2UsersPost201ResponseName

Properties

Name Type Description Notes
GivenName string
FamilyName string

Methods

NewScimV2UsersPost201ResponseName

func NewScimV2UsersPost201ResponseName(givenName string, familyName string, ) *ScimV2UsersPost201ResponseName

NewScimV2UsersPost201ResponseName instantiates a new ScimV2UsersPost201ResponseName 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

NewScimV2UsersPost201ResponseNameWithDefaults

func NewScimV2UsersPost201ResponseNameWithDefaults() *ScimV2UsersPost201ResponseName

NewScimV2UsersPost201ResponseNameWithDefaults instantiates a new ScimV2UsersPost201ResponseName 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

GetGivenName

func (o *ScimV2UsersPost201ResponseName) GetGivenName() string

GetGivenName returns the GivenName field if non-nil, zero value otherwise.

GetGivenNameOk

func (o *ScimV2UsersPost201ResponseName) GetGivenNameOk() (*string, bool)

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

SetGivenName

func (o *ScimV2UsersPost201ResponseName) SetGivenName(v string)

SetGivenName sets GivenName field to given value.

GetFamilyName

func (o *ScimV2UsersPost201ResponseName) GetFamilyName() string

GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.

GetFamilyNameOk

func (o *ScimV2UsersPost201ResponseName) GetFamilyNameOk() (*string, bool)

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

SetFamilyName

func (o *ScimV2UsersPost201ResponseName) SetFamilyName(v string)

SetFamilyName sets FamilyName field to given value.

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