# 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)