Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 543 Bytes

Event.md

File metadata and controls

28 lines (22 loc) · 543 Bytes

TrieveRubyClient::Event

Properties

Name Type Description Notes
created_at Time
dataset_id String
event_data Object
event_type String
id String
updated_at Time

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::Event.new(
  created_at: null,
  dataset_id: null,
  event_data: null,
  event_type: null,
  id: null,
  updated_at: null
)