RuleResponse

data class RuleResponse(val type: String? = null, val value: List<String>? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, value: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

Rule type

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