Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 653 Bytes

UpsertRecordRequest.md

File metadata and controls

22 lines (16 loc) · 653 Bytes

SajariAPIClient::UpsertRecordRequest

Properties

Name Type Description Notes
pipeline UpsertRecordRequestPipeline [optional]
record Object An object made up of field-value pairs that contains the record data.
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::UpsertRecordRequest.new(
  pipeline: null,
  record: null,
  variables: null
)