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

MylibraryAnnotationsListOptions

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

Additional options for Books#mylibraryAnnotationsList.

interface MylibraryAnnotationsListOptions {
contentVersion?: string;
layerId?: string;
layerIds?: string;
maxResults?: number;
pageToken?: string;
showDeleted?: boolean;
source?: string;
updatedMax?: string;
updatedMin?: string;
volumeId?: string;
}

§Properties

§
contentVersion?: string
[src]

The content version for the requested volume.

§
layerId?: string
[src]

The layer ID to limit annotation by.

§
layerIds?: string
[src]

The layer ID(s) to limit annotation by.

§
maxResults?: number
[src]

Maximum number of results to return

§
pageToken?: string
[src]

The value of the nextToken from the previous page.

§
showDeleted?: boolean
[src]

Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.

§
source?: string
[src]

String to identify the originator of this request.

§
updatedMax?: string
[src]

RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).

§
updatedMin?: string
[src]

RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).

§
volumeId?: string
[src]

The volume to restrict annotations to.