VmLibraryItemInfo
The LibraryItem.Info structure contains information about the library item associated with a virtual machine.
Properties
check_out
Optional
Information about the checked out virtual machine. If unset, the virtual machine is not checked out from a library item.
JSON Example
{
"check_out": {
"library_item": "string"
}
}