Gleanex.Client.Badge (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Badge

Summary

Types

t()

@type t() :: %Gleanex.Client.Badge{
  displayName: String.t() | nil,
  iconConfig: Gleanex.Client.IconConfig.t() | nil,
  key: String.t() | nil,
  pinned: boolean() | nil
}