Gleanex.Indexing.Shortcut (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Shortcut

Summary

Types

t()

@type t() :: %Gleanex.Indexing.Shortcut{
  createTime: integer() | nil,
  createdBy: String.t() | nil,
  description: String.t() | nil,
  destinationUrl: String.t() | nil,
  inputAlias: String.t() | nil,
  updateTime: integer() | nil,
  updatedBy: String.t() | nil
}