ObjectChangeInfo Data Type

Properties
name data type description
attributes array of AttributeChangeInfo

Example

{
  "attributes" : [ {
    "attributeName" : "...",
    "oldValue" : "...",
    "newValue" : "..."
  }, {
    "attributeName" : "...",
    "oldValue" : "...",
    "newValue" : "..."
  } ]
}