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] |
require 'sdk_ruby'
instance = SajariAPIClient::BatchUpsertRecordsResponseVariables.new(
index: null,
variables: null
)