InventoryDatastoreFindResponseBody
This is a response body class for an operation.
Properties
array of
string
value
Optional
Datastore information for the specified datastores. The key in the result map is the datastore identifier and the value in the map is the datastore information. The key in the result map will be an identifier for the resource type: Datastore.
JSON Example
{
"value": [
"string"
]
}