View Source Mobilizon.Events.Tag (Mobilizon v5.0.0-beta.1)

Represents a tag for events.

Summary

Types

@type t() :: %Mobilizon.Events.Tag{
  __meta__: term(),
  id: term(),
  inserted_at: term(),
  related_tags: [t()],
  slug: String.t(),
  title: String.t(),
  updated_at: term()
}