Name | Type | Description | Notes |
---|---|---|---|
Properties | Pointer to PropertiesObject | [optional] | |
RefreshDeviceMetadata | Pointer to bool | [optional] [default to false] | |
Deltas | Pointer to PropertiesDeltas | [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) GetProperties() PropertiesObject
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *UpdateUserRequest) GetPropertiesOk() (*PropertiesObject, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserRequest) SetProperties(v PropertiesObject)
SetProperties sets Properties field to given value.
func (o *UpdateUserRequest) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (o *UpdateUserRequest) GetRefreshDeviceMetadata() bool
GetRefreshDeviceMetadata returns the RefreshDeviceMetadata field if non-nil, zero value otherwise.
func (o *UpdateUserRequest) GetRefreshDeviceMetadataOk() (*bool, bool)
GetRefreshDeviceMetadataOk returns a tuple with the RefreshDeviceMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserRequest) SetRefreshDeviceMetadata(v bool)
SetRefreshDeviceMetadata sets RefreshDeviceMetadata field to given value.
func (o *UpdateUserRequest) HasRefreshDeviceMetadata() bool
HasRefreshDeviceMetadata returns a boolean if a field has been set.
func (o *UpdateUserRequest) GetDeltas() PropertiesDeltas
GetDeltas returns the Deltas field if non-nil, zero value otherwise.
func (o *UpdateUserRequest) GetDeltasOk() (*PropertiesDeltas, bool)
GetDeltasOk returns a tuple with the Deltas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserRequest) SetDeltas(v PropertiesDeltas)
SetDeltas sets Deltas field to given value.
func (o *UpdateUserRequest) HasDeltas() bool
HasDeltas returns a boolean if a field has been set.