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
)