AddDocumentTabResponse
import type { AddDocumentTabResponse } from "https://googleapis.deno.dev/v1/docs:v1.ts";The result of adding a document tab.
interface AddDocumentTabResponse {
tabProperties?: TabProperties;
}§Properties
§
tabProperties?: TabProperties
[src]The properties of the newly added tab.