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

OnboardingListCategoryVolumesOptions

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

Additional options for Books#onboardingListCategoryVolumes.

interface OnboardingListCategoryVolumesOptions {
categoryId?: string;
locale?: string;
maxAllowedMaturityRating?: "MAX_ALLOWED_MATURITY_RATING_UNDEFINED" | "MATURE" | "not-mature";
pageSize?: number;
pageToken?: string;
}

§Properties

§
categoryId?: string
[src]

List of category ids requested.

§
locale?: string
[src]

ISO-639-1 language and ISO-3166-1 country code. Default is en-US if unset.

§
maxAllowedMaturityRating?: "MAX_ALLOWED_MATURITY_RATING_UNDEFINED" | "MATURE" | "not-mature"
[src]

The maximum allowed maturity rating of returned volumes. Books with a higher maturity rating are filtered out.

§
pageSize?: number
[src]

Number of maximum results per page to be included in the response.

§
pageToken?: string
[src]

The value of the nextToken from the previous page.