Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 500 Bytes

BatchUpsertRecordsResponseVariables.md

File metadata and controls

20 lines (14 loc) · 500 Bytes

SajariAPIClient::BatchUpsertRecordsResponseVariables

Properties

Name Type Description Notes
index Integer Index of the record in `records` that these variables correspond to. [optional]
variables Hash<String, Object> The variables. [optional]

Example

require 'sdk_ruby'

instance = SajariAPIClient::BatchUpsertRecordsResponseVariables.new(
  index: null,
  variables: null
)