Gleanex.Indexing.ObjectDefinition (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ObjectDefinition

Summary

Types

t()

@type t() :: %Gleanex.Indexing.ObjectDefinition{
  displayLabel: String.t() | nil,
  docCategory: String.t() | nil,
  name: String.t() | nil,
  propertyDefinitions: [Gleanex.Indexing.PropertyDefinition.t()] | nil,
  propertyGroups: [Gleanex.Indexing.PropertyGroup.t()] | nil,
  summarizable: boolean() | nil
}