ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.report
/
ReportViewStatus
Report
View
Status
@
Serializable
(
with
=
ReportViewStatusSerializer::class
)
sealed
class
ReportViewStatus
:
AtpEnum
Current status of the report
Inheritors
Open
Closed
Escalated
Queued
Assigned
Unknown
Members
Types
Assigned
Link copied to clipboard
data
object
Assigned
:
ReportViewStatus
Closed
Link copied to clipboard
data
object
Closed
:
ReportViewStatus
Companion
Link copied to clipboard
object
Companion
Escalated
Link copied to clipboard
data
object
Escalated
:
ReportViewStatus
Open
Link copied to clipboard
data
object
Open
:
ReportViewStatus
Queued
Link copied to clipboard
data
object
Queued
:
ReportViewStatus
Unknown
Link copied to clipboard
data
class
Unknown
(
val
rawValue
:
String
)
:
ReportViewStatus
Properties
value
Link copied to clipboard
open
override
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String