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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | Gong's unique numeric identifier for a library's folder (up to 20 digits). | [optional]
**name** | Option<**String**> | Display name of the folder. | [optional]
**parent_folder_id** | Option<**String**> | Gong's unique numeric identifier for library's parent folder (null for root folder). | [optional]
**created_by** | Option<**String**> | Gong's unique numeric identifier for the user who added the folder. | [optional]
**updated** | Option<**String**> | Folder's last update time in the ISO-8601 format (e.g., '2020-03-14T05:30:00-08:00'). | [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)