JobCollectionQuotaResponse

data class JobCollectionQuotaResponse(val maxJobCount: Int? = null, val maxJobOccurrence: Int? = null, val maxRecurrence: JobMaxRecurrenceResponse? = null)

Constructors

Link copied to clipboard
constructor(maxJobCount: Int? = null, maxJobOccurrence: Int? = null, maxRecurrence: JobMaxRecurrenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxJobCount: Int? = null

Gets or set the maximum job count.

Link copied to clipboard
val maxJobOccurrence: Int? = null

Gets or sets the maximum job occurrence.

Link copied to clipboard

Gets or set the maximum recurrence.