airtable.updaterecordresponsedata
Home > @runlightyear/airtable > UpdateRecordResponseData
UpdateRecordResponseData interface
Signature:interface UpdateRecordResponseData
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
createdTime | string | A date timestamp in the ISO format, eg:"2018-01-01T00:00:00.000Z" | |
fields | { [key: string]: any; } | Cell values are keyed by either field name or field ID (conditioned on returnFieldsByFieldId). See Cell Values for more information on cell value response types. | |
id | string | Record ID |