Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.39 KB

UpdateUserRequest.md

File metadata and controls

82 lines (45 loc) · 2.39 KB

UpdateUserRequest

Properties

Name Type Description Notes
Credentials Pointer to UserCredentials [optional]
Profile Pointer to UserProfile [optional]

Methods

NewUpdateUserRequest

func NewUpdateUserRequest() *UpdateUserRequest

NewUpdateUserRequest instantiates a new UpdateUserRequest 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

NewUpdateUserRequestWithDefaults

func NewUpdateUserRequestWithDefaults() *UpdateUserRequest

NewUpdateUserRequestWithDefaults instantiates a new UpdateUserRequest 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

GetCredentials

func (o *UpdateUserRequest) GetCredentials() UserCredentials

GetCredentials returns the Credentials field if non-nil, zero value otherwise.

GetCredentialsOk

func (o *UpdateUserRequest) GetCredentialsOk() (*UserCredentials, bool)

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

SetCredentials

func (o *UpdateUserRequest) SetCredentials(v UserCredentials)

SetCredentials sets Credentials field to given value.

HasCredentials

func (o *UpdateUserRequest) HasCredentials() bool

HasCredentials returns a boolean if a field has been set.

GetProfile

func (o *UpdateUserRequest) GetProfile() UserProfile

GetProfile returns the Profile field if non-nil, zero value otherwise.

GetProfileOk

func (o *UpdateUserRequest) GetProfileOk() (*UserProfile, bool)

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

SetProfile

func (o *UpdateUserRequest) SetProfile(v UserProfile)

SetProfile sets Profile field to given value.

HasProfile

func (o *UpdateUserRequest) HasProfile() bool

HasProfile returns a boolean if a field has been set.

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