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

MyconfigSyncVolumeLicensesOptions

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

Additional options for Books#myconfigSyncVolumeLicenses.

interface MyconfigSyncVolumeLicensesOptions {
cpksver: string;
features?: "FEATURES_UNDEFINED" | "RENTALS";
includeNonComicsSeries?: boolean;
locale?: string;
nonce: string;
showPreorders?: boolean;
source: string;
volumeIds?: string;
}

§Properties

§
cpksver: string
[src]

The device/version ID from which to release the restriction.

§
features?: "FEATURES_UNDEFINED" | "RENTALS"
[src]

List of features supported by the client, i.e., 'RENTALS'

§
includeNonComicsSeries?: boolean
[src]

Set to true to include non-comics series. Defaults to false.

§
locale?: string
[src]

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

§
nonce: string
[src]

The client nonce value.

§
showPreorders?: boolean
[src]

Set to true to show pre-ordered books. Defaults to false.

§
source: string
[src]

String to identify the originator of this request.

§
volumeIds?: string
[src]

The volume(s) to request download restrictions for.