Name | Type | Description | Notes |
---|---|---|---|
field | String | A field in your record that uniquely identifies it, e.g. `id`. | |
value | String | The value of `field` in your record, e.g. `b217a995-597c-410f-bef2-60e9f8c0aadd`. |
require 'sdk_ruby'
instance = SajariAPIClient::RecordKey.new(
field: null,
value: null
)