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

ModifyLabelsResponse

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

Response to a ModifyLabels request. This contains only those labels which were added or updated by the request.

interface ModifyLabelsResponse {
kind?: string;
modifiedLabels?: Label[];
}

§Properties

§
kind?: string
[src]

This is always drive#modifyLabelsResponse

§
modifiedLabels?: Label[]
[src]

The list of labels which were added or updated by the request.