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

Response

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

A single response from an update.

interface Response {
createFooter?: CreateFooterResponse;
createFootnote?: CreateFootnoteResponse;
createHeader?: CreateHeaderResponse;
createNamedRange?: CreateNamedRangeResponse;
insertInlineImage?: InsertInlineImageResponse;
insertInlineSheetsChart?: InsertInlineSheetsChartResponse;
replaceAllText?: ReplaceAllTextResponse;
}

§Properties

§

The result of creating a footer.

§

The result of creating a footnote.

§

The result of creating a header.

§

The result of creating a named range.

§
insertInlineImage?: InsertInlineImageResponse
[src]

The result of inserting an inline image.

§
insertInlineSheetsChart?: InsertInlineSheetsChartResponse
[src]

The result of inserting an inline Google Sheets chart.

§

The result of replacing text.