RuleOptionResponse

data class RuleOptionResponse(val keyword: String? = null, val settings: List<String>? = null)

Definition of RuleOption

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyword: String? = null

Property keyword

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

Property settings