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

GoogleAppsDriveLabelsV2LifecycleDisabledPolicy

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

The policy that governs how to treat a disabled label, field, or selection choice in different contexts.

interface GoogleAppsDriveLabelsV2LifecycleDisabledPolicy {
hideInSearch?: boolean;
showInApply?: boolean;
}

§Properties

§
hideInSearch?: boolean
[src]

Whether to hide this disabled object in the search menu for Drive items. * When false, the object is generally shown in the UI as disabled but it appears in the search results when searching for Drive items. * When true, the object is generally hidden in the UI when searching for Drive items.

§
showInApply?: boolean
[src]

Whether to show this disabled object in the apply menu on Drive items. * When true, the object is generally shown in the UI as disabled and is unselectable. * When false, the object is generally hidden in the UI.