Cyphi.Badge (Cyphi v0.1.0)

Provides struct and type for a Badge

Summary

Types

t()

@type t() :: %Cyphi.Badge{
  description: String.t(),
  id: integer() | nil,
  metadata: Cyphi.BadgeMetadata.t() | nil,
  name: String.t(),
  tags: [String.t()] | nil
}