Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 360 Bytes

EventReturn.md

File metadata and controls

20 lines (14 loc) · 360 Bytes

TrieveRubyClient::EventReturn

Properties

Name Type Description Notes
events Array<Event>
page_count Integer

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::EventReturn.new(
  events: null,
  page_count: null
)