VmTemplateLibraryItemsCheckOutsInfo

The CheckOuts.Info structure contains information about a checked out virtual machine.


Properties

string as date-time
time Required

Date and time when the virtual machine was checked out.


string
user Required

Name of the user who checked out the virtual machine.

JSON Example

{
	"time": "string",
	"user": "string"
}

Feedback

Was this page helpful?