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
/
ScheduleActionScheduledActionResults
Schedule
Action
Scheduled
Action
Results
@
Serializable
data
class
ScheduleActionScheduledActionResults
(
val
succeeded
:
List
<
Did
>
,
val
failed
:
List
<
ScheduleActionFailedScheduling
>
)
Members
Constructors
Schedule
Action
Scheduled
Action
Results
Link copied to clipboard
constructor
(
succeeded
:
List
<
Did
>
,
failed
:
List
<
ScheduleActionFailedScheduling
>
)
Properties
failed
Link copied to clipboard
val
failed
:
List
<
ScheduleActionFailedScheduling
>
succeeded
Link copied to clipboard
val
succeeded
:
List
<
Did
>