| Name | Type | Description | Notes |
|---|---|---|---|
| FirstName | Pointer to string | [optional] | |
| LastName | Pointer to string | [optional] | |
| OrganizationRoleId | Pointer to NullableString | [optional] | |
| GroupRoleId | Pointer to NullableString | Required when `groupIds` is provided. | [optional] |
| GroupIds | Pointer to []string | Required when `groupRoleId` is provided. | [optional] |
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
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
func (o *UpdateUserRequest) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *UpdateUserRequest) 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 *UpdateUserRequest) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *UpdateUserRequest) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *UpdateUserRequest) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *UpdateUserRequest) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserRequest) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *UpdateUserRequest) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *UpdateUserRequest) GetOrganizationRoleId() string
GetOrganizationRoleId returns the OrganizationRoleId field if non-nil, zero value otherwise.
func (o *UpdateUserRequest) GetOrganizationRoleIdOk() (*string, bool)
GetOrganizationRoleIdOk returns a tuple with the OrganizationRoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserRequest) SetOrganizationRoleId(v string)
SetOrganizationRoleId sets OrganizationRoleId field to given value.
func (o *UpdateUserRequest) HasOrganizationRoleId() bool
HasOrganizationRoleId returns a boolean if a field has been set.
func (o *UpdateUserRequest) SetOrganizationRoleIdNil(b bool)
SetOrganizationRoleIdNil sets the value for OrganizationRoleId to be an explicit nil
func (o *UpdateUserRequest) UnsetOrganizationRoleId()
UnsetOrganizationRoleId ensures that no value is present for OrganizationRoleId, not even an explicit nil
func (o *UpdateUserRequest) GetGroupRoleId() string
GetGroupRoleId returns the GroupRoleId field if non-nil, zero value otherwise.
func (o *UpdateUserRequest) GetGroupRoleIdOk() (*string, bool)
GetGroupRoleIdOk returns a tuple with the GroupRoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserRequest) SetGroupRoleId(v string)
SetGroupRoleId sets GroupRoleId field to given value.
func (o *UpdateUserRequest) HasGroupRoleId() bool
HasGroupRoleId returns a boolean if a field has been set.
func (o *UpdateUserRequest) SetGroupRoleIdNil(b bool)
SetGroupRoleIdNil sets the value for GroupRoleId to be an explicit nil
func (o *UpdateUserRequest) UnsetGroupRoleId()
UnsetGroupRoleId ensures that no value is present for GroupRoleId, not even an explicit nil
func (o *UpdateUserRequest) GetGroupIds() []string
GetGroupIds returns the GroupIds field if non-nil, zero value otherwise.
func (o *UpdateUserRequest) GetGroupIdsOk() (*[]string, bool)
GetGroupIdsOk returns a tuple with the GroupIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserRequest) SetGroupIds(v []string)
SetGroupIds sets GroupIds field to given value.
func (o *UpdateUserRequest) HasGroupIds() bool
HasGroupIds returns a boolean if a field has been set.