AssignModeratorRequest

data class AssignModeratorRequest(val queueId: Long, val did: String)

Parameters

queueId

The ID of the queue to assign the user to.

did

DID to be assigned.

Constructors

Link copied to clipboard
constructor(queueId: Long, did: String)

Properties

Link copied to clipboard
val did: String

DID to be assigned.

Link copied to clipboard

The ID of the queue to assign the user to.