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

GoogleAppsDriveLabelsV2LabelAppliedLabelPolicy

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

Behavior of this label when it's applied to Drive items.

interface GoogleAppsDriveLabelsV2LabelAppliedLabelPolicy {
copyMode?:
| "COPY_MODE_UNSPECIFIED"
| "DO_NOT_COPY"
| "ALWAYS_COPY"
| "COPY_APPLIABLE";
}

§Properties

§
copyMode?: "COPY_MODE_UNSPECIFIED" | "DO_NOT_COPY" | "ALWAYS_COPY" | "COPY_APPLIABLE"
[src]

Indicates how the applied label and field values should be copied when a Drive item is copied.