Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 680 Bytes

UpdateRecordRequest.md

File metadata and controls

12 lines (8 loc) · 680 Bytes

Com.Sajari.Sdk.Model.UpdateRecordRequest

Properties

Name Type Description Notes
Key RecordKey
Record Dictionary<string, Object> The record to update.
UpdateMask string 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.

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