ArrayOfSearchIndexResultSet
ArrayOfSearchIndexResultSet
A boxed array of SearchIndexResultSet. To be used in Any placeholders.
Since: vSphere API Release 9.1.0.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"properties": [
"string"
],
"items": [
{
"_typeName": "string",
"propertyValues": [
{
"_typeName": "string",
"value": {
"_typeName": "string"
}
}
]
}
],
"totalCount": 0,
"marker": "string"
}
]
}