Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 703 Bytes

BatchUpsertRecordsRequest.md

File metadata and controls

22 lines (16 loc) · 703 Bytes

SajariAPIClient::BatchUpsertRecordsRequest

Properties

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]

Example

require 'sdk_ruby'

instance = SajariAPIClient::BatchUpsertRecordsRequest.new(
  pipeline: null,
  records: null,
  variables: null
)