StatusType
The valid values for the type of a status.
enum StatusType {
OPEN
CLOSED
}
Values
StatusType.OPEN
The status is considered open.
StatusType.CLOSED
The status is considered closed.
Member Of
CreateStatusInput
input ● RelatedStatusType
object ● Status
object ● UpdateStatusInput
input