WebAppUnitsProperties

data class WebAppUnitsProperties(val provisioned: Int)

A union that contains the value for number of concurrent connections or the user sessions on your web app.

Constructors

Link copied to clipboard
constructor(provisioned: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard