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

GoogleChromePolicyVersionsV1PolicySchemaFieldKnownValueDescription

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

Provides detailed information about a known value that is allowed for a particular field in a PolicySchema.

interface GoogleChromePolicyVersionsV1PolicySchemaFieldKnownValueDescription {
readonly description?: string;
readonly value?: string;
}

§Properties

§
readonly description?: string
[src]

Output only. Additional description for this value.

§

Output only. Field conditions required for this value to be valid.

§
readonly value?: string
[src]

Output only. The string represenstation of the value that can be set for the field.