JobCollectionPropertiesResponse

data class JobCollectionPropertiesResponse(val quota: JobCollectionQuotaResponse? = null, val sku: SkuResponse? = null, val state: String? = null)

Constructors

Link copied to clipboard
constructor(quota: JobCollectionQuotaResponse? = null, sku: SkuResponse? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the job collection quota.

Link copied to clipboard
val sku: SkuResponse? = null

Gets or sets the SKU.

Link copied to clipboard
val state: String? = null

Gets or sets the state.