Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1 KB

BatchUpdateRecordsRequest.md

File metadata and controls

13 lines (8 loc) · 1 KB

BatchUpdateRecordsRequest

Properties

Name Type Description Notes
requests [UpdateRecordRequest] The list of requests containing the records to be updated. A maximum of 200 records can be updated in a batch.
update_mask str The list of fields to be updated, separated by a comma, e.g. `field1,field2`. For each field that you want to update, provide a corresponding value in each record object, within the requests list, containing the new value. If provided, and you also provide an update mask in any child request, the values must match. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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