GetRulesRule

data class GetRulesRule(val description: String, val eventBusName: String, val filterPattern: String, val id: String, val ruleName: String, val status: String, val targets: List<GetRulesRuleTarget>)

Constructors

Link copied to clipboard
constructor(description: String, eventBusName: String, filterPattern: String, id: String, ruleName: String, status: String, targets: List<GetRulesRuleTarget>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of rule.

Link copied to clipboard

The name of event bus.

Link copied to clipboard

The pattern to match interested events.

Link copied to clipboard
val id: String

The ID of the Rule.

Link copied to clipboard

The name of rule.

Link copied to clipboard

Rule status, either Enable or Disable.

Link copied to clipboard

The target for rule.