LibraryItemDownloadSessionListResponseBody
This is a response body class for an operation.
Properties
array of
string
value
Optional
The list of identifiers of all download sessions created by the calling user. The result will contain identifiers for the resource type: com.vmware.content.library.item.DownloadSession.
JSON Example
{
"value": [
"string"
]
}