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
/
CancelScheduledActionsRequest
Cancel
Scheduled
Actions
Request
@
Serializable
data
class
CancelScheduledActionsRequest
(
val
subjects
:
List
<
Did
>
,
val
comment
:
String
?
=
null
)
Parameters
comment
Optional comment describing the reason for cancellation
Members
Constructors
Cancel
Scheduled
Actions
Request
Link copied to clipboard
constructor
(
subjects
:
List
<
Did
>
,
comment
:
String
?
=
null
)
Properties
comment
Link copied to clipboard
val
comment
:
String
?
Optional comment describing the reason for cancellation
subjects
Link copied to clipboard
val
subjects
:
List
<
Did
>