FolderSummary
The Folder.Summary structure contains commonly used information about a folder.
Properties
string
folder
Required
Identifier of the folder. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Folder. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Folder.
string
name
Required
Name of the vCenter Server folder.
JSON Example
{
"folder": "string",
"name": "string",
"type": "enum"
}