Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
45 lines (23 loc) · 1.5 KB

File metadata and controls

45 lines (23 loc) · 1.5 KB

Apideck.Folder

Description

Properties

Name Type Description Notes
name string The name of the folder
parent_folders Array<LinkedFolder> The parent folders of the file, starting from the root
id string A unique identifier for an object. [optional]
description string Optional description of the folder [optional]
path string The full path of the folder (includes the folder name) [optional]
size number The size of the folder in bytes [optional]
owner Owner [optional]
parent_folders_complete boolean Whether the list of parent folder is complete. Some connectors only return the direct parent of a folder [optional]
custom_mappings object When custom mappings are configured on the resource, the result is included here. [optional]
updated_by string The user who last updated the object. [optional]
created_by string The user who created the object. [optional]
updated_at Date The date and time when the object was last updated. [optional]
created_at Date The date and time when the object was created. [optional]

Referenced Types:


[Back to top] [Back to API list] [Back to README]