Folder
Struct for a single folder.
| Name | Description | Type |
|---|---|---|
type | The type of the folder (eg. eftPropertyFolder). | FolderType |
data | Additional folder type -specific information as a union. | FolderInfoUnion |
Example
{
"type": 6 /* Enum: FolderType */,
"data": {
"external_view_folder": {
"external_repository_folder_id": {
"connection": "<connection>",
"item": "<item>"
}
}
}
}