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

VolumesAssociatedListOptions

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

Additional options for Books#volumesAssociatedList.

interface VolumesAssociatedListOptions {
association?:
| "ASSOCIATION_UNDEFINED"
| "end-of-sample"
| "end-of-volume"
| "related-for-play";
locale?: string;
maxAllowedMaturityRating?: "MAX_ALLOWED_MATURITY_RATING_UNDEFINED" | "MATURE" | "not-mature";
source?: string;
}

§Properties

§
association?: "ASSOCIATION_UNDEFINED" | "end-of-sample" | "end-of-volume" | "related-for-play"
[src]

Association type.

§
locale?: string
[src]

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

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

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

§
source?: string
[src]

String to identify the originator of this request.