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

ModifyLabelsRequest

import type { ModifyLabelsRequest } from "https://googleapis.deno.dev/v1/drive:v3.ts";

A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.

interface ModifyLabelsRequest {
kind?: string;
labelModifications?: LabelModification[];
}

§Properties

§
kind?: string
[src]

This is always drive#modifyLabelsRequest.

§
labelModifications?: LabelModification[]
[src]

The list of modifications to apply to the labels on the file.