# LibraryFolder
## Properties
**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)