content library item changes: summary

The summary structure contains commonly used information about a library item change. This structure was added in vSphere API 6.9.1.

Representation:

{
    "short_message""string",
    "time""2015-01-01T22:13:05.651Z",
    "version""obj-103",
    "user""string"
}

Attributes:

Name Type Description
Required
version string The version of the library item. This attribute was added in vSphere API 6.9.1.

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.

time date_time The date and time when the item content was changed. This attribute was added in vSphere API 6.9.1.

Optional
user string The user who made the content change. This attribute was added in vSphere API 6.9.1.

Optional. This field will be unset if the user could not be determined.

short_message string 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 attribute was added in vSphere API 6.9.1.

Optional. This field will be unset if a message was not provided when the item content was changed.