FolderListResponseBody
This is a response body class for an operation.
Properties
array of
FolderSummary
value
Optional
Commonly used information about the folders matching the Folder.FilterSpec.
JSON Example
{
"value": [
{
"folder": "string",
"name": "string",
"type": "enum"
}
]
}