Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.28 KB

File metadata and controls

51 lines (28 loc) · 2.28 KB

V2ListsListEntriesEntryIdPatchRequestData

Properties

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.

Methods

NewV2ListsListEntriesEntryIdPatchRequestData

func NewV2ListsListEntriesEntryIdPatchRequestData(entryValues map[string][]interface{}, ) *V2ListsListEntriesEntryIdPatchRequestData

NewV2ListsListEntriesEntryIdPatchRequestData instantiates a new V2ListsListEntriesEntryIdPatchRequestData 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

NewV2ListsListEntriesEntryIdPatchRequestDataWithDefaults

func NewV2ListsListEntriesEntryIdPatchRequestDataWithDefaults() *V2ListsListEntriesEntryIdPatchRequestData

NewV2ListsListEntriesEntryIdPatchRequestDataWithDefaults instantiates a new V2ListsListEntriesEntryIdPatchRequestData 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

GetEntryValues

func (o *V2ListsListEntriesEntryIdPatchRequestData) GetEntryValues() map[string][]interface{}

GetEntryValues returns the EntryValues field if non-nil, zero value otherwise.

GetEntryValuesOk

func (o *V2ListsListEntriesEntryIdPatchRequestData) 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.

SetEntryValues

func (o *V2ListsListEntriesEntryIdPatchRequestData) SetEntryValues(v map[string][]interface{})

SetEntryValues sets EntryValues field to given value.

[Back to Model list] [Back to API list] [Back to README]