MakeDirectoryRequestType
MakeDirectoryRequestType
The parameters of MakeDirectory.
JSON Example
{
"name": "string",
"datacenter": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"createParentDirectories": false
}
string
name
Required
The name of the folder, either a URL or a datastore path referring to the folder to be created.
boolean
createParentDirectories
Optional
If true, any non-existent intermediate level folders will be created. If not specified, it is assumed to be false.