ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.queue
/
UnassignModeratorRequest
Unassign
Moderator
Request
@
Serializable
data
class
UnassignModeratorRequest
(
val
queueId
:
Long
,
val
did
:
Did
)
Parameters
queue
Id
The ID of the queue to unassign the user from.
did
DID to be unassigned.
Members
Constructors
Unassign
Moderator
Request
Link copied to clipboard
constructor
(
queueId
:
Long
,
did
:
Did
)
Properties
did
Link copied to clipboard
val
did
:
Did
DID to be unassigned.
queue
Id
Link copied to clipboard
val
queueId
:
Long
The ID of the queue to unassign the user from.