LibraryItemChangesListResponseBody
This is a response body class for an operation.
Properties
array of
LibraryItemChangesSummary
value
Optional
List of commonly used information about the library item changes.
JSON Example
{
"value": [
{
"short_message": "string",
"time": "string",
"user": "string",
"version": "string"
}
]
}