Name | Type | Description | Notes |
---|---|---|---|
CustomData | map[string]interface{} | Partial custom data object to update for the given user ID. |
func NewUpdateUserCustomDataRequest(customData map[string]interface{}, ) *UpdateUserCustomDataRequest
NewUpdateUserCustomDataRequest instantiates a new UpdateUserCustomDataRequest 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 NewUpdateUserCustomDataRequestWithDefaults() *UpdateUserCustomDataRequest
NewUpdateUserCustomDataRequestWithDefaults instantiates a new UpdateUserCustomDataRequest 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 *UpdateUserCustomDataRequest) GetCustomData() map[string]interface{}
GetCustomData returns the CustomData field if non-nil, zero value otherwise.
func (o *UpdateUserCustomDataRequest) GetCustomDataOk() (*map[string]interface{}, bool)
GetCustomDataOk returns a tuple with the CustomData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserCustomDataRequest) SetCustomData(v map[string]interface{})
SetCustomData sets CustomData field to given value.