GoogleChromePolicyVersionsV1NetworkSetting
import type { GoogleChromePolicyVersionsV1NetworkSetting } from "https://googleapis.deno.dev/v1/chromepolicy:v1.ts";
A network setting contains network configurations. It adheres to the PolicyAPI formats defined under the namespace chrome.networks.{wifi/ethernet/cellular/vpn}.Details
interface GoogleChromePolicyVersionsV1NetworkSetting {
policySchema?: string;
value?: {};
}[key: string]: any;