Gleanex.Platform.Result (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Result

Summary

Types

t()

@type t() :: %Gleanex.Platform.Result{
  created_at: DateTime.t() | nil,
  creator: Gleanex.Platform.PersonReference.t() | nil,
  datasource: String.t(),
  document_type: String.t() | nil,
  owner: Gleanex.Platform.PersonReference.t() | nil,
  snippets: [String.t()] | nil,
  title: String.t(),
  updated_at: DateTime.t() | nil,
  url: String.t()
}