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

V2ObjectsObjectRecordsRecordIdPatchRequestData

Properties

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.

Methods

NewV2ObjectsObjectRecordsRecordIdPatchRequestData

func NewV2ObjectsObjectRecordsRecordIdPatchRequestData(values map[string][]interface{}, ) *V2ObjectsObjectRecordsRecordIdPatchRequestData

NewV2ObjectsObjectRecordsRecordIdPatchRequestData instantiates a new V2ObjectsObjectRecordsRecordIdPatchRequestData 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

NewV2ObjectsObjectRecordsRecordIdPatchRequestDataWithDefaults

func NewV2ObjectsObjectRecordsRecordIdPatchRequestDataWithDefaults() *V2ObjectsObjectRecordsRecordIdPatchRequestData

NewV2ObjectsObjectRecordsRecordIdPatchRequestDataWithDefaults instantiates a new V2ObjectsObjectRecordsRecordIdPatchRequestData 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

GetValues

func (o *V2ObjectsObjectRecordsRecordIdPatchRequestData) GetValues() map[string][]interface{}

GetValues returns the Values field if non-nil, zero value otherwise.

GetValuesOk

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

SetValues

func (o *V2ObjectsObjectRecordsRecordIdPatchRequestData) SetValues(v map[string][]interface{})

SetValues sets Values field to given value.

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