SearchIndexResourceItem

SearchIndexResourceItem
SearchIndexResourceItem

Contains the data returned for a single resource, which corresponds to a single item in the result set.

Represents the result of a projection onto the public state of the resource model data of the given resource.

Since: vSphere API Release 9.1.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "propertyValues": [
        {
            "_typeName": "string",
            "value": {
                "_typeName": "string"
            }
        }
    ]
}
propertyValues
Optional

array of SearchIndexOptionalValue with the exact length of the requested properties in properties array.

If a property is missing due to any reason (unset, invisible, invalid) it will not be omitted, instead an empty SearchIndexOptionalValue will be in its place in the array.