Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 388 Bytes

CreateOrganizationData.md

File metadata and controls

18 lines (12 loc) · 388 Bytes

TrieveRubyClient::CreateOrganizationData

Properties

Name Type Description Notes
name String The arbitrary name which will be used to identify the organization. This name must be unique.

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::CreateOrganizationData.new(
  name: null
)