LogzTagRuleTagFilter

data class LogzTagRuleTagFilter(val action: String, val name: String, val value: String? = null)

Constructors

Link copied to clipboard
fun LogzTagRuleTagFilter(action: String, name: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action for a filtering tag. Possible values are Include and Exclude is allowed. Note that the Exclude takes priority over the Include.

Link copied to clipboard

The name of this tag_filter.

Link copied to clipboard
val value: String? = null

The value of this tag_filter.