ActionConditionModelPropertiesResponse

data class ActionConditionModelPropertiesResponse(val action: String? = null)

Definition of ActionConditionModelProperties

Constructors

Link copied to clipboard
constructor(action: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

Logic to apply to the filtering conditions. You can specify that, in order to satisfy the filter, a log must match all conditions or must match at least one condition.