ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.moderation
/
ListScheduledActionsStatuses
List
Scheduled
Actions
Statuses
@
Serializable
(
with
=
ListScheduledActionsStatusesSerializer::class
)
sealed
class
ListScheduledActionsStatuses
:
AtpEnum
Inheritors
Pending
Executed
Cancelled
Failed
Unknown
Members
Types
Cancelled
Link copied to clipboard
data
object
Cancelled
:
ListScheduledActionsStatuses
Companion
Link copied to clipboard
object
Companion
Executed
Link copied to clipboard
data
object
Executed
:
ListScheduledActionsStatuses
Failed
Link copied to clipboard
data
object
Failed
:
ListScheduledActionsStatuses
Pending
Link copied to clipboard
data
object
Pending
:
ListScheduledActionsStatuses
Unknown
Link copied to clipboard
data
class
Unknown
(
val
rawValue
:
String
)
:
ListScheduledActionsStatuses
Properties
value
Link copied to clipboard
open
override
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String