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

ManagedPropertyEntry

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

An entry of a managed property.

interface ManagedPropertyEntry {
name?: string;
value?: string;
}

§Properties

§
name?: string
[src]

The human-readable name of the value. Localized.

§
value?: string
[src]

The machine-readable value of the entry, which should be used in the configuration. Not localized.