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

UpdateDocumentTabPropertiesRequest

import type { UpdateDocumentTabPropertiesRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";

Update the properties of a document tab.

interface UpdateDocumentTabPropertiesRequest {
fields?: string;
tabProperties?: TabProperties;
}

§Properties

§
fields?: string
[src]

The fields that should be updated. At least one field must be specified. The root tab_properties is implied and should not be specified. A single "*" can be used as short-hand for listing every field.

§
tabProperties?: TabProperties
[src]

The tab properties to update.