Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleChromePolicyVersionsV1NetworkSetting

import type { GoogleChromePolicyVersionsV1NetworkSetting } from "https://googleapis.deno.dev/v1/chromepolicy:v1.ts";

A network setting contains network configurations.

interface GoogleChromePolicyVersionsV1NetworkSetting {
policySchema?: string;
value?: {
[key: string]: any;
}
;
}

§Properties

§
policySchema?: string
[src]

The fully qualified name of the network setting.

§
value?: {
[key: string]: any;
}
[src]

The value of the network setting.