Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 5.68 KB

File metadata and controls

15 lines (11 loc) · 5.68 KB

ObjectDefinition

The definition for an DocumentMetadata.objectType within a datasource.

Fields

Field Type Required Description
name Optional<String> Unique identifier for this DocumentMetadata.objectType. If omitted, this definition is used as a default for all unmatched DocumentMetadata.objectTypes in this datasource.
displayLabel Optional<String> The user-friendly name of the object for display.
docCategory Optional<DocCategory> The document category of this object type.
propertyDefinitions List<PropertyDefinition> N/A
propertyGroups List<PropertyGroup> A list of PropertyGroups belonging to this object type, which will group properties to be displayed together in the UI.
summarizable Optional<Boolean> Whether or not the object is summarizable