ObjectTypeSearchCharacteristics
Search characteristics of an object type.
| Name | Description | Type | 
|---|---|---|
exclude_in_entire_file_data_search | Specifies whether object type is excluded from file content searches. | boolean | 
exclude_in_entire_meta_data_search | Specifies whether object type is excluded from metadata searches. | boolean | 
Example
{
  "exclude_in_entire_file_data_search": false,
  "exclude_in_entire_meta_data_search": false
}