ExPlain.Labels.Label (ExPlain v0.3.0)

Copy Markdown View Source

A label applied to a thread.

Summary

Types

t()

@type t() :: %ExPlain.Labels.Label{
  created_at: ExPlain.DateTime.t(),
  created_by: ExPlain.Actor.t() | nil,
  id: String.t(),
  label_type: ExPlain.Labels.LabelType.t(),
  updated_at: ExPlain.DateTime.t(),
  updated_by: ExPlain.Actor.t() | nil
}