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