App Custom Rule
data class AppCustomRule(val condition: String? = null, val source: String, val status: String? = null, val target: String)
Constructors
Link copied to clipboard
fun AppCustomRule(condition: String? = null, source: String, status: String? = null, target: String)