Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 455 Bytes

BatchUpsertRecordsResponseKey.md

File metadata and controls

20 lines (14 loc) · 455 Bytes

SajariAPIClient::BatchUpsertRecordsResponseKey

Properties

Name Type Description Notes
index Integer Index of the record in `records` that this key corresponds to. [optional]
key RecordKey [optional]

Example

require 'sdk_ruby'

instance = SajariAPIClient::BatchUpsertRecordsResponseKey.new(
  index: null,
  key: null
)