| Name | Type | Description | Notes |
|---|---|---|---|
| EntryValues | 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 NewV2ListsListEntriesEntryIdPutRequestData(entryValues map[string][]interface{}, ) *V2ListsListEntriesEntryIdPutRequestData
NewV2ListsListEntriesEntryIdPutRequestData instantiates a new V2ListsListEntriesEntryIdPutRequestData 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 NewV2ListsListEntriesEntryIdPutRequestDataWithDefaults() *V2ListsListEntriesEntryIdPutRequestData
NewV2ListsListEntriesEntryIdPutRequestDataWithDefaults instantiates a new V2ListsListEntriesEntryIdPutRequestData 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 *V2ListsListEntriesEntryIdPutRequestData) GetEntryValues() map[string][]interface{}
GetEntryValues returns the EntryValues field if non-nil, zero value otherwise.
func (o *V2ListsListEntriesEntryIdPutRequestData) GetEntryValuesOk() (*map[string][]interface{}, bool)
GetEntryValuesOk returns a tuple with the EntryValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ListsListEntriesEntryIdPutRequestData) SetEntryValues(v map[string][]interface{})
SetEntryValues sets EntryValues field to given value.