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

VolumesUseruploadedListOptions

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

Additional options for Books#volumesUseruploadedList.

interface VolumesUseruploadedListOptions {
locale?: string;
maxResults?: number;
processingState?:
| "PROCESSING_STATE_UNDEFINED"
| "COMPLETED_FAILED"
| "COMPLETED_SUCCESS"
| "RUNNING";
source?: string;
startIndex?: number;
volumeId?: string;
}

§Properties

§
locale?: string
[src]

ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating recommendations.

§
maxResults?: number
[src]

Maximum number of results to return.

§
processingState?: "PROCESSING_STATE_UNDEFINED" | "COMPLETED_FAILED" | "COMPLETED_SUCCESS" | "RUNNING"
[src]

The processing state of the user uploaded volumes to be returned.

§
source?: string
[src]

String to identify the originator of this request.

§
startIndex?: number
[src]

Index of the first result to return (starts at 0)

§
volumeId?: string
[src]

The ids of the volumes to be returned. If not specified all that match the processingState are returned.