DomainReferConfig

data class DomainReferConfig(val allowEmpty: String? = null, val referLists: List<String>, val referType: String? = null)

Constructors

Link copied to clipboard
constructor(allowEmpty: String? = null, referLists: List<String>, referType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowEmpty: String? = null
Link copied to clipboard
Link copied to clipboard
val referType: String? = null