DNSSettings Response
data class DNSSettingsResponse(val dnsServers: List<IPAddressResponse>? = null, val enableDnsProxy: String? = null, val enabledDnsType: String? = null)
DNS Proxy settings for Firewall
Constructors
Link copied to clipboard
constructor(dnsServers: List<IPAddressResponse>? = null, enableDnsProxy: String? = null, enabledDnsType: String? = null)