| Name | Type | Description | Notes |
|---|---|---|---|
| FamilyName | Pointer to string | [optional] | |
| FirstName | Pointer to string | [optional] | |
| Lang | Pointer to string | [optional] | |
| Phone | Pointer to string | [optional] |
func NewIamUserUpdate() *IamUserUpdate
NewIamUserUpdate instantiates a new IamUserUpdate 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 NewIamUserUpdateWithDefaults() *IamUserUpdate
NewIamUserUpdateWithDefaults instantiates a new IamUserUpdate 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 *IamUserUpdate) GetFamilyName() string
GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.
func (o *IamUserUpdate) 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 *IamUserUpdate) SetFamilyName(v string)
SetFamilyName sets FamilyName field to given value.
func (o *IamUserUpdate) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (o *IamUserUpdate) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *IamUserUpdate) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamUserUpdate) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *IamUserUpdate) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *IamUserUpdate) GetLang() string
GetLang returns the Lang field if non-nil, zero value otherwise.
func (o *IamUserUpdate) GetLangOk() (*string, bool)
GetLangOk returns a tuple with the Lang field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamUserUpdate) SetLang(v string)
SetLang sets Lang field to given value.
func (o *IamUserUpdate) HasLang() bool
HasLang returns a boolean if a field has been set.
func (o *IamUserUpdate) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *IamUserUpdate) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamUserUpdate) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *IamUserUpdate) HasPhone() bool
HasPhone returns a boolean if a field has been set.