Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 593 Bytes

OrganizationUsageCount.md

File metadata and controls

28 lines (22 loc) · 593 Bytes

TrieveRubyClient::OrganizationUsageCount

Properties

Name Type Description Notes
dataset_count Integer
file_storage Integer
id String
message_count Integer
org_id String
user_count Integer

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::OrganizationUsageCount.new(
  dataset_count: null,
  file_storage: null,
  id: null,
  message_count: null,
  org_id: null,
  user_count: null
)