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

MyconfigRequestAccessOptions

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

Additional options for Books#myconfigRequestAccess.

interface MyconfigRequestAccessOptions {
cpksver: string;
licenseTypes?:
| "LICENSE_TYPES_UNDEFINED"
| "BOTH"
| "CONCURRENT"
| "DOWNLOAD";
locale?: string;
nonce: string;
source: string;
volumeId: string;
}

§Properties

§
cpksver: string
[src]

The device/version ID from which to request the restrictions.

§
licenseTypes?: "LICENSE_TYPES_UNDEFINED" | "BOTH" | "CONCURRENT" | "DOWNLOAD"
[src]

The type of access license to request. If not specified, the default is BOTH.

§
locale?: string
[src]

ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.

§
nonce: string
[src]

The client nonce value.

§
source: string
[src]

String to identify the originator of this request.

§
volumeId: string
[src]

The volume to request concurrent/download restrictions for.