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
15
16
17
# LibraryCall

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | Gong's unique numeric identifier of a call (up to 20 digits). | [optional]
**title** | Option<**String**> | The title of the call. | [optional]
**note** | Option<**String**> | A note attached to the call in the folder. The note is optional. | [optional]
**added_by** | Option<**String**> | Gong's unique numeric identifier for the user who added the call to folder. | [optional]
**created** | Option<**String**> | The date and time when the call was added to folder in the ISO-8601 format (e.g., '2020-01-12T14:30:00-08:00'). | [optional]
**url** | Option<**String**> | URL of the call. | [optional]
**snippet** | Option<[**models::Snippet**]Snippet.md> |  | [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)