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

LayersAnnotationDataListOptions

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

Additional options for Books#layersAnnotationDataList.

interface LayersAnnotationDataListOptions {
annotationDataId?: string;
contentVersion: string;
h?: number;
locale?: string;
maxResults?: number;
pageToken?: string;
scale?: number;
source?: string;
updatedMax?: string;
updatedMin?: string;
w?: number;
}

§Properties

§
annotationDataId?: string
[src]

The list of Annotation Data Ids to retrieve. Pagination is ignored if this is set.

§
contentVersion: string
[src]

The content version for the requested volume.

§
h?: number
[src]

The requested pixel height for any images. If height is provided width must also be provided.

§
locale?: string
[src]

The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.

§
maxResults?: number
[src]

Maximum number of results to return

§
pageToken?: string
[src]

The value of the nextToken from the previous page.

§
scale?: number
[src]

The requested scale for the image.

§
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).

§
w?: number
[src]

The requested pixel width for any images. If width is provided height must also be provided.