Name | Type | Description | Notes |
---|---|---|---|
pipeline | BatchUpsertRecordsRequestPipeline | [optional] | |
records | Array<Object> | A list of records to upsert. A maximum of 200 records can be upsert in a batch. | |
variables | Hash<String, Object> | The initial values for the variables the pipeline operates on and transforms throughout its steps. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::BatchUpsertRecordsRequest.new(
pipeline: null,
records: null,
variables: null
)