SocketioSku

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The number of units associated with this Web PubSub Service. Defaults to 1. Possible values are 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 200, 300, 400, 500, 600, 700, 800, 900 and 1000.

Link copied to clipboard

The name which should be used for this Web PubSub Service. Changing this forces a new Web PubSub Service to be created.