hotdata 0.1.2

Powerful data platform API for datasets, queries, and analytics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ListResultsResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **i32** | Number of results returned in this response | 
**has_more** | **bool** | Whether there are more results available after this page | 
**limit** | **i32** | Limit used for this request | 
**offset** | **i32** | Pagination offset used for this request | 
**results** | [**Vec<models::ResultInfo>**]ResultInfo.md |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)