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

VolumesRecommendedRateOptions

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

Additional options for Books#volumesRecommendedRate.

interface VolumesRecommendedRateOptions {
locale?: string;
rating: "RATING_UNDEFINED" | "HAVE_IT" | "NOT_INTERESTED";
source?: string;
volumeId: string;
}

§Properties

§
locale?: string
[src]

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

§
rating: "RATING_UNDEFINED" | "HAVE_IT" | "NOT_INTERESTED"
[src]

Rating to be given to the volume.

§
source?: string
[src]

String to identify the originator of this request.

§
volumeId: string
[src]

ID of the source volume.