Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 923 Bytes

QueryCollectionRequestTracking.md

File metadata and controls

26 lines (20 loc) · 923 Bytes

SajariAPIClient::QueryCollectionRequestTracking

Properties

Name Type Description Notes
data Hash<String, String> A set of custom values to be included in tracking data. [optional]
field String The tracking field used to identify records in the collection. Must be unique schema field. [optional]
query_id String The query ID of the query. If this is empty, then one is generated. [optional]
sequence Integer The sequence number of query. [optional]
type QueryCollectionRequestTrackingType [optional][default to 'TYPE_UNSPECIFIED']

Example

require 'sdk_ruby'

instance = SajariAPIClient::QueryCollectionRequestTracking.new(
  data: null,
  field: null,
  query_id: null,
  sequence: null,
  type: null
)