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

CloudloadingAddBookOptions

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

Additional options for Books#cloudloadingAddBook.

interface CloudloadingAddBookOptions {
drive_document_id?: string;
mime_type?: string;
name?: string;
upload_client_token?: string;
}

§Properties

§
drive_document_id?: string
[src]

A drive document id. The upload_client_token must not be set.

§
mime_type?: string
[src]

The document MIME type. It can be set only if the drive_document_id is set.

§
name?: string
[src]

The document name. It can be set only if the drive_document_id is set.

§
upload_client_token?: string
[src]

Scotty upload token.