EventType
Summary
Types
@type t() :: %PolarExpress.Schemas.EventType{ created_at: DateTime.t() | nil, id: String.t() | nil, label: String.t() | nil, label_property_selector: String.t() | nil, modified_at: DateTime.t() | nil, name: String.t() | nil, organization_id: String.t() | nil }
created_at- Creation timestamp of the object. Format: date-time.id- The ID of the object. Format: uuid4.label- The label for the event type.label_property_selector- Property path to extract dynamic label from event metadata. Nullable.modified_at- Last modification timestamp of the object. Nullable.name- The name of the event type.organization_id- The ID of the organization owning the event type. Format: uuid4.