Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 874 Bytes

UpdateRecordRequest.md

File metadata and controls

14 lines (9 loc) · 874 Bytes

UpdateRecordRequest

Properties

Name Type Description Notes
key RecordKey
record {str: ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},)} The record to update.
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 the record object containing the new value.
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]