RulesSourceListResponse

data class RulesSourceListResponse(val generatedRulesType: String? = null, val targetTypes: List<String>? = null, val targets: List<String>? = null)

Definition of RulesSourceList

Constructors

Link copied to clipboard
constructor(generatedRulesType: String? = null, targetTypes: List<String>? = null, targets: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Property generatedRulesType

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

Property targets

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

Property targetTypes