| Name | Type | Description | Notes |
|---|---|---|---|
| GivenName | string | ||
| FamilyName | string |
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
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
func (o *ScimV2UsersPost201ResponseName) GetGivenName() string
GetGivenName returns the GivenName field if non-nil, zero value otherwise.
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.
func (o *ScimV2UsersPost201ResponseName) SetGivenName(v string)
SetGivenName sets GivenName field to given value.
func (o *ScimV2UsersPost201ResponseName) GetFamilyName() string
GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.
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.
func (o *ScimV2UsersPost201ResponseName) SetFamilyName(v string)
SetFamilyName sets FamilyName field to given value.