Polarex.EventTypeWithStats (Polarex v0.3.1)

Copy Markdown View Source

Provides struct and type for a EventTypeWithStats

Summary

Types

t()

@type t() :: %Polarex.EventTypeWithStats{
  created_at: DateTime.t() | nil,
  first_seen: DateTime.t(),
  id: String.t() | nil,
  label: String.t(),
  label_property_selector: String.t() | nil,
  last_seen: DateTime.t(),
  modified_at: DateTime.t() | nil,
  name: String.t(),
  occurrences: integer(),
  organization_id: String.t(),
  source: String.t()
}