OBJECTVERSIONACTIVITYCATEGORYFLAGS
Category flags (bitfields).
| Name | Description | Type | 
|---|---|---|
all | Specifies all flags set; Including any future flags. | boolean | 
metadata | Metadata. | boolean | 
file_content | FileContent. | boolean | 
comments | Comments. | boolean | 
Example
{
  "all": false,
  "metadata": false,
  "file_content": false,
  "comments": false
}