UnassignModeratorRequest

data class UnassignModeratorRequest(val queueId: Long, val did: Did)

Parameters

queueId

The ID of the queue to unassign the user from.

did

DID to be unassigned.

Constructors

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

Properties

Link copied to clipboard
val did: Did

DID to be unassigned.

Link copied to clipboard

The ID of the queue to unassign the user from.