V2Function Custom Dns
data class V2FunctionCustomDns(val dnsOptions: List<V2FunctionCustomDnsDnsOption>? = null, val nameServers: List<String>? = null, val searches: List<String>? = null)
Constructors
Link copied to clipboard
fun V2FunctionCustomDns(dnsOptions: List<V2FunctionCustomDnsDnsOption>? = null, nameServers: List<String>? = null, searches: List<String>? = null)