Name | Type | Description | Notes |
---|---|---|---|
key | RecordKey | [optional] | |
variables | Hash<String, Object> | The modified variables returned by the pipeline after it has finished processing. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::UpsertRecordResponse.new(
key: null,
variables: null
)