TrieveRubyClient::GetDatasetsPagination
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| limit | Integer | [optional] | |
| offset | Integer | [optional] |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::GetDatasetsPagination.new(
limit: null,
offset: null
)