Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

RecordKey.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

SajariAPIClient::RecordKey

Properties

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`.

Example

require 'sdk_ruby'

instance = SajariAPIClient::RecordKey.new(
  field: null,
  value: null
)