Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 664 Bytes

File metadata and controls

26 lines (18 loc) · 664 Bytes

TicketingTicketUpdateRequestDtoValue

The priority of the ticket.

Example Usage

require "stackone_client"

value = TicketingTicketUpdateRequestDtoValue::LOWEST

# Open enum: use .deserialize() to create instances from custom string values
custom = TicketingTicketUpdateRequestDtoValue.deserialize("custom_value")

Values

Name Value
LOWEST lowest
LOW low
MEDIUM medium
HIGH high
HIGHEST highest
UNMAPPED_VALUE unmapped_value