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

GoogleAppsDriveLabelsV2WriteControl

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

Provides control over how write requests are executed. When not specified, the last write wins.

interface GoogleAppsDriveLabelsV2WriteControl {
requiredRevisionId?: string;
}

§Properties

§
requiredRevisionId?: string
[src]

The revision_id of the label that the write request will be applied to. If this is not the latest revision of the label, the request will not be processed and will return a 400 Bad Request error.