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] |