DSAReportStatus
DSAReportStatus keeps track of where a DSAReport is in the process of being reviewed
enum DSAReportStatus {
AWAITING_REVIEW
UNDER_REVIEW
COMPLETED
VOID
}
Values
DSAReportStatus.AWAITING_REVIEW
DSAReportStatus.UNDER_REVIEW
DSAReportStatus.COMPLETED
DSAReportStatus.VOID
VOID is set for a DSAReport if its reported comment/user are deleted while the report is in review
Member Of
ChangeDSAReportStatusInput
input ● DSAReport
object ● DSAReportHistoryItem
object