TrieveRubyClient::StripePlan
Properties
| Name |
Type |
Description |
Notes |
| amount |
Integer |
|
|
| chunk_count |
Integer |
|
|
| created_at |
Time |
|
|
| dataset_count |
Integer |
|
|
| file_storage |
Integer |
|
|
| id |
String |
|
|
| message_count |
Integer |
|
|
| name |
String |
|
|
| stripe_id |
String |
|
|
| updated_at |
Time |
|
|
| user_count |
Integer |
|
|
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::StripePlan.new(
amount: null,
chunk_count: null,
created_at: null,
dataset_count: null,
file_storage: null,
id: null,
message_count: null,
name: null,
stripe_id: null,
updated_at: null,
user_count: null
)