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

PersonalizedstreamGetOptions

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

Additional options for Books#personalizedstreamGet.

interface PersonalizedstreamGetOptions {
locale?: string;
maxAllowedMaturityRating?: "MAX_ALLOWED_MATURITY_RATING_UNDEFINED" | "MATURE" | "not-mature";
source?: string;
}

§Properties

§
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.