GetAssignmentsQueryParams

data class GetAssignmentsQueryParams(val onlyActive: Boolean? = true, val reportIds: List<Long>? = null, val dids: List<Did>? = null, val limit: Long? = 50, val cursor: String? = null)

Parameters

onlyActive

When true, only returns active assignments.

reportIds

If specified, returns assignments for these reports only.

dids

If specified, returns assignments for these moderators only.

Constructors

Link copied to clipboard
constructor(onlyActive: Boolean? = true, reportIds: List<Long>? = null, dids: List<Did>? = null, limit: Long? = 50, cursor: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val dids: List<Did>?

If specified, returns assignments for these moderators only.

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

When true, only returns active assignments.

Link copied to clipboard

If specified, returns assignments for these reports only.

Functions

Link copied to clipboard