VmTemplateLibraryItemsVersionsListResponseBody
This is a response body class for an operation.
Properties
value
Optional
List of commonly used information about the library item versions.
JSON Example
{
"value": [
{
"version": "string",
"vm_template": "string"
}
]
}