GetRuleResult

data class GetRuleResult(val action: ActionResponse? = null, val correlationFilter: CorrelationFilterResponse? = null, val filterType: String? = null, val id: String, val name: String, val sqlFilter: SqlFilterResponse? = null, val type: String)

Description of Rule Resource.

Constructors

Link copied to clipboard
constructor(action: ActionResponse? = null, correlationFilter: CorrelationFilterResponse? = null, filterType: String? = null, id: String, name: String, sqlFilter: SqlFilterResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: ActionResponse? = null

Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.

Link copied to clipboard

Properties of correlationFilter

Link copied to clipboard
val filterType: String? = null

Filter type that is evaluated against a BrokeredMessage.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource name

Link copied to clipboard

Properties of sqlFilter

Link copied to clipboard

Resource type