tools.ozone.queue.unassign_moderator

class atproto_client.models.tools.ozone.queue.unassign_moderator.Data

Bases: DataModelBase

Input data model for tools.ozone.queue.unassignModerator.

field did: str [Required]

DID to be unassigned.

Constraints:
field queue_id: int [Required]

The ID of the queue to unassign the user from.

class atproto_client.models.tools.ozone.queue.unassign_moderator.DataDict

Bases: TypedDict

did: str

DID to be unassigned.

queue_id: int

The ID of the queue to unassign the user from.