OBJECTVERSIONPROPERTYACTIVITYFLAGS
Object version property activity action type flags.
| Name | Description | Type | 
|---|---|---|
all | Specifies all flags set; Including any future flags. | boolean | 
added | If present, indicates that the property is added. | boolean | 
removed | If present, indicates that the property is removed. | boolean | 
changed | If present, indicates that the property is changed. | boolean | 
retained | If present, indicates that the property hasn't changed. | boolean | 
Example
{
  "all": false,
  "added": false,
  "removed": false,
  "changed": false,
  "retained": false
}