Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 558 Bytes

UserOrganization.md

File metadata and controls

28 lines (22 loc) · 558 Bytes

TrieveRubyClient::UserOrganization

Properties

Name Type Description Notes
created_at Time
id String
organization_id String
role Integer
updated_at Time
user_id String

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::UserOrganization.new(
  created_at: null,
  id: null,
  organization_id: null,
  role: null,
  updated_at: null,
  user_id: null
)