IntegrationServiceEnvironmentSkuResponse

data class IntegrationServiceEnvironmentSkuResponse(val capacity: Int? = null, val name: String? = null)

The integration service environment sku.

Constructors

Link copied to clipboard
constructor(capacity: Int? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The sku capacity.

Link copied to clipboard
val name: String? = null

The sku name.