Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.4 KB

File metadata and controls

134 lines (73 loc) · 3.4 KB

IamUserUpdate

Properties

Name Type Description Notes
FamilyName Pointer to string [optional]
FirstName Pointer to string [optional]
Lang Pointer to string [optional]
Phone Pointer to string [optional]

Methods

NewIamUserUpdate

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

NewIamUserUpdateWithDefaults

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

GetFamilyName

func (o *IamUserUpdate) GetFamilyName() string

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

GetFamilyNameOk

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.

SetFamilyName

func (o *IamUserUpdate) SetFamilyName(v string)

SetFamilyName sets FamilyName field to given value.

HasFamilyName

func (o *IamUserUpdate) HasFamilyName() bool

HasFamilyName returns a boolean if a field has been set.

GetFirstName

func (o *IamUserUpdate) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

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.

SetFirstName

func (o *IamUserUpdate) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *IamUserUpdate) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetLang

func (o *IamUserUpdate) GetLang() string

GetLang returns the Lang field if non-nil, zero value otherwise.

GetLangOk

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.

SetLang

func (o *IamUserUpdate) SetLang(v string)

SetLang sets Lang field to given value.

HasLang

func (o *IamUserUpdate) HasLang() bool

HasLang returns a boolean if a field has been set.

GetPhone

func (o *IamUserUpdate) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

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.

SetPhone

func (o *IamUserUpdate) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *IamUserUpdate) HasPhone() bool

HasPhone returns a boolean if a field has been set.

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