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

Selection

import type { Selection } from "https://googleapis.deno.dev/v1/driveactivity:v2.ts";

Wrapper for Selection Field value as combined value/display_name pair for selected choice.

interface Selection {
displayName?: string;
value?: string;
}

§Properties

§
displayName?: string
[src]

Selection value as human-readable display string.

§
value?: string
[src]

Selection value as Field Choice ID.