| Name | Type | Description | Notes |
|---|---|---|---|
| Values | map[string][]interface{} | An object with an attribute `api_slug` or `attribute_id` as the key, and a single value (for single-select attributes), or an array of values (for single or multi-select attributes) as the values. For complete documentation on values for all attribute types, please see our attribute type docs. |
func NewV2ObjectsObjectRecordsPutRequestData(values map[string][]interface{}, ) *V2ObjectsObjectRecordsPutRequestData
NewV2ObjectsObjectRecordsPutRequestData instantiates a new V2ObjectsObjectRecordsPutRequestData 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 NewV2ObjectsObjectRecordsPutRequestDataWithDefaults() *V2ObjectsObjectRecordsPutRequestData
NewV2ObjectsObjectRecordsPutRequestDataWithDefaults instantiates a new V2ObjectsObjectRecordsPutRequestData 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 *V2ObjectsObjectRecordsPutRequestData) GetValues() map[string][]interface{}
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsPutRequestData) GetValuesOk() (*map[string][]interface{}, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsPutRequestData) SetValues(v map[string][]interface{})
SetValues sets Values field to given value.