CreateQueueRequest

data class CreateQueueRequest(val name: String, val subjectTypes: List<CreateQueueSubjectTypes>, val collection: Nsid? = null, val reportTypes: List<String>, val description: String? = null)

Parameters

name

Display name for the queue (must be unique)

collection

Collection name for record subjects. Required if subjectTypes includes 'record'.

description

Optional description of the queue

Constructors

Link copied to clipboard
constructor(name: String, subjectTypes: List<CreateQueueSubjectTypes>, collection: Nsid? = null, reportTypes: List<String>, description: String? = null)

Properties

Link copied to clipboard

Collection name for record subjects. Required if subjectTypes includes 'record'.

Link copied to clipboard

Optional description of the queue

Link copied to clipboard

Display name for the queue (must be unique)

Link copied to clipboard
Link copied to clipboard