Skip to main content

OBJECTVERSIONPROPERTYACTIVITYFLAGS

Object version property activity action type flags.

NameDescriptionType
allSpecifies all flags set; Including any future flags.boolean
addedIf present, indicates that the property is added.boolean
removedIf present, indicates that the property is removed.boolean
changedIf present, indicates that the property is changed.boolean
retainedIf present, indicates that the property hasn't changed.boolean

Example

{
"all": false,
"added": false,
"removed": false,
"changed": false,
"retained": false
}