Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 473 Bytes

UpsertRecordResponse.md

File metadata and controls

20 lines (14 loc) · 473 Bytes

SajariAPIClient::UpsertRecordResponse

Properties

Name Type Description Notes
key RecordKey [optional]
variables Hash<String, Object> The modified variables returned by the pipeline after it has finished processing. [optional]

Example

require 'sdk_ruby'

instance = SajariAPIClient::UpsertRecordResponse.new(
  key: null,
  variables: null
)