ListQueuesQueryParams

data class ListQueuesQueryParams(val enabled: Boolean? = null, val subjectType: String? = null, val collection: String? = null, val reportTypes: List<String>? = null, val limit: Long? = 50, val cursor: String? = null)

Parameters

enabled

Filter by enabled status. If not specified, returns all queues.

subjectType

Filter queues that handle this subject type ('account' or 'record').

collection

Filter queues by collection name (e.g. 'app.bsky.feed.post').

reportTypes

Filter queues that handle any of these report reason types.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, subjectType: String? = null, collection: String? = null, reportTypes: List<String>? = null, limit: Long? = 50, cursor: String? = null)

Properties

Link copied to clipboard

Filter queues by collection name (e.g. 'app.bsky.feed.post').

Link copied to clipboard
Link copied to clipboard

Filter by enabled status. If not specified, returns all queues.

Link copied to clipboard
val limit: Long?
Link copied to clipboard

Filter queues that handle any of these report reason types.

Link copied to clipboard

Filter queues that handle this subject type ('account' or 'record').

Functions

Link copied to clipboard