GetWaitingRoomRulesResult

data class GetWaitingRoomRulesResult(val action: String, val description: String, val enabled: Boolean, val expression: String, val id: String, val lastUpdated: String, val version: String, val waitingRoomId: String, val zoneId: String)

A collection of values returned by getWaitingRoomRules.

Constructors

Link copied to clipboard
constructor(action: String, description: String, enabled: Boolean, expression: String, id: String, lastUpdated: String, version: String, waitingRoomId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take when the expression matches. Available values: "bypasswaitingroom".

Link copied to clipboard

The description of the rule.

Link copied to clipboard

When set to true, the rule is enabled.

Link copied to clipboard

Criteria defining when there is a match for the current rule.

Link copied to clipboard
val id: String

The ID of the rule.

Link copied to clipboard
Link copied to clipboard

The version of the rule.

Link copied to clipboard
Link copied to clipboard

Identifier