Job Collection Quota Response
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)