RulePlacementStrategy

data class RulePlacementStrategy(val field: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
fun RulePlacementStrategy(field: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val field: String? = null
Link copied to clipboard
val type: String? = null