RuleDefinitionResponse

data class RuleDefinitionResponse(val actions: List<String>? = null, val matchAttributes: MatchAttributesResponse? = null)

Definition of RuleDefinition

Constructors

Link copied to clipboard
constructor(actions: List<String>? = null, matchAttributes: MatchAttributesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actions: List<String>? = null

Property actions

Link copied to clipboard

Property matchAttributes