RaiBlocklistItemPropertiesResponse

data class RaiBlocklistItemPropertiesResponse(val isRegex: Boolean? = null, val pattern: String? = null)

RAI Custom Blocklist Item properties.

Constructors

Link copied to clipboard
constructor(isRegex: Boolean? = null, pattern: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isRegex: Boolean? = null

If the pattern is a regex pattern.

Link copied to clipboard
val pattern: String? = null

Pattern to match against.