Module: AgentClientProtocol::Schema::PlanEntryPriority

Defined in:
lib/agent_client_protocol/schema/types.rb

Constant Summary collapse

HIGH =
"high".freeze
MEDIUM =
"medium".freeze
LOW =
"low".freeze
ALL =
[HIGH, MEDIUM, LOW].freeze