Polarex.EventType (Polarex v0.3.0)

View Source

Provides struct and type for a EventType

Summary

Types

t()

@type t() :: %Polarex.EventType{
  created_at: DateTime.t(),
  id: String.t(),
  label: String.t(),
  label_property_selector: String.t() | nil,
  modified_at: DateTime.t() | nil,
  name: String.t(),
  organization_id: String.t()
}