Domain Refer Config
data class DomainReferConfig(val allowEmpty: String? = null, val referLists: List<String>, val referType: String? = null)
Constructors
Link copied to clipboard
fun DomainReferConfig(allowEmpty: String? = null, referLists: List<String>, referType: String? = null)