LibraryItemListResponseBody
This is a response body class for an operation.
Properties
array of
string
value
Optional
The list of identifiers of the items in the library specified by libraryId. The result will contain identifiers for the resource type: com.vmware.content.library.Item.
JSON Example
{
"value": [
"string"
]
}