GoogleAppsDriveLabelsV2LabelEnabledAppSettingsEnabledApp
import type { GoogleAppsDriveLabelsV2LabelEnabledAppSettingsEnabledApp } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";
An App where the Label can be used.
interface GoogleAppsDriveLabelsV2LabelEnabledAppSettingsEnabledApp {
app?: "APP_UNSPECIFIED" | "DRIVE" | "GMAIL";
}