VsanXvcResultItem
VsanXvcResultItem
Result item of a single object, which contains multiple properties in a list.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"propertyValues": [
{
"_typeName": "string",
"value": {
"_typeName": "string"
}
}
]
}