Types

Link copied to clipboard

EventRule is processing events. Any call can be executed.

Link copied to clipboard
object Companion
Link copied to clipboard

This EventRule is being created. Only GET/LIST calls can be executed.

Link copied to clipboard

This EventRule is being deleted. Only GET/LIST calls can be executed.

Link copied to clipboard

EventRule is in a bad state and may not be processing events. Any call can be executed.

Link copied to clipboard
data class SdkUnknown(val value: String) : EventRuleStatus
Link copied to clipboard

This EventRule is being updated. Only GET/LIST calls can be executed.

Properties

Link copied to clipboard
abstract val value: String