Gleanex.Client.CollectionItemDescriptor (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a CollectionItemDescriptor

Summary

Types

t()

@type t() :: %Gleanex.Client.CollectionItemDescriptor{
  description: String.t() | nil,
  icon: String.t() | nil,
  name: String.t() | nil
}