LibraryItemChangesSummary

The Changes.Summary structure contains commonly used information about a library item change.


Properties

string as date-time
time Required

The date and time when the item content was changed.


string
version Required

The version of the library item. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.library.item.Version. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.library.item.Version.


string
short_message Optional

The short message describing the content change. The message is truncated to the first 80 characters or first non-leading newline character, whichever length is shorter. This field will be unset if a message was not provided when the item content was changed.


string
user Optional

The user who made the content change. This field will be unset if the user could not be determined.

JSON Example

{
	"time": "string",
	"version": "string"
}
Returned By

List Item Changes

Feedback

Was this page helpful?