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

InsertInlineSheetsChartResponse

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

The result of inserting an embedded Google Sheets chart.

interface InsertInlineSheetsChartResponse {
objectId?: string;
}

§Properties

§
objectId?: string
[src]

The object ID of the inserted chart.