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

LayersVolumeAnnotationsListOptions

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

Additional options for Books#layersVolumeAnnotationsList.

interface LayersVolumeAnnotationsListOptions {
contentVersion: string;
endOffset?: string;
endPosition?: string;
locale?: string;
maxResults?: number;
pageToken?: string;
showDeleted?: boolean;
source?: string;
startOffset?: string;
startPosition?: string;
updatedMax?: string;
updatedMin?: string;
volumeAnnotationsVersion?: string;
}

§Properties

§
contentVersion: string
[src]

The content version for the requested volume.

§
endOffset?: string
[src]

The end offset to end retrieving data from.

§
endPosition?: string
[src]

The end position to end retrieving data from.

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

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

§
startOffset?: string
[src]

The start offset to start retrieving data from.

§
startPosition?: string
[src]

The start position to start retrieving data from.

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

§
volumeAnnotationsVersion?: string
[src]

The version of the volume annotations that you are requesting.