Class: TrophyApiClient::PointsTriggerStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/trophy_api_client/types/points_trigger_status.rb

Overview

The status of the trigger.

Constant Summary collapse

ACTIVE =
"active"
INACTIVE =
"inactive"
ARCHIVED =
"archived"