gong-rs 0.0.1

A gong.io API client for the Rust language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Records

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total_records** | Option<**i32**> | Total number of records. | [optional]
**current_page_size** | Option<**i32**> | Number of records in the current page. | [optional]
**current_page_number** | Option<**i32**> | Current page number. | [optional]
**cursor** | Option<**String**> | Returned only when there are more records to be retrieved. Repeat the API call and pass this cursor value in the request to retrieve the next page of records. | [optional]

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