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
/
AssignModeratorRequest
Assign
Moderator
Request
@
Serializable
data
class
AssignModeratorRequest
(
val
queueId
:
Long
,
val
did
:
String
)
Parameters
queue
Id
The ID of the queue to assign the user to.
did
DID to be assigned.
Members
Constructors
Assign
Moderator
Request
Link copied to clipboard
constructor
(
queueId
:
Long
,
did
:
String
)
Properties
did
Link copied to clipboard
val
did
:
String
DID to be assigned.
queue
Id
Link copied to clipboard
val
queueId
:
Long
The ID of the queue to assign the user to.