ObjectDefinition

The definition for an DocumentMetadata.objectType within a datasource.

Properties

Name Type Description Notes
name str Unique identifier for this `DocumentMetadata.objectType`. If omitted, this definition is used as a default for all unmatched `DocumentMetadata.objectType`s in this datasource. [optional]
display_label str The user-friendly name of the object for display. [optional]
doc_category str The document category of this object type. [optional]
is_container bool Indicates whether the object type serves as a container (i.e parent to other objects), such as Channels in Slack or Folders in Google Drive. Defaults to false. [optional]
property_definitions [PropertyDefinition] [optional]
property_groups [PropertyGroup] A list of `PropertyGroup`s belonging to this object type, which will group properties to be displayed together in the UI. [optional]
summarizable bool Whether or not the object is summarizable [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]