Gleanex.Client.CollectionItem (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a CollectionItem

Summary

Types

t()

@type t() :: %Gleanex.Client.CollectionItem{
  collection: Gleanex.Client.Collection.t() | nil,
  collectionId: integer() | nil,
  createdAt: DateTime.t() | nil,
  createdBy: Gleanex.Client.Person.t() | nil,
  description: String.t() | nil,
  document: Gleanex.Client.Document.t() | nil,
  documentId: String.t() | nil,
  icon: String.t() | nil,
  itemId: String.t() | nil,
  itemType: String.t() | nil,
  name: String.t() | nil,
  shortcut: Gleanex.Client.Shortcut.t() | nil,
  url: String.t() | nil
}