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

MylibraryAnnotationsInsertOptions

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

Additional options for Books#mylibraryAnnotationsInsert.

interface MylibraryAnnotationsInsertOptions {
annotationId?: string;
country?: string;
showOnlySummaryInResponse?: boolean;
source?: string;
}

§Properties

§
annotationId?: string
[src]

The ID for the annotation to insert.

§
country?: string
[src]

ISO-3166-1 code to override the IP-based location.

§
showOnlySummaryInResponse?: boolean
[src]

Requests that only the summary of the specified layer be provided in the response.

§
source?: string
[src]

String to identify the originator of this request.