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

GoogleExampleLibraryagentV1Book

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

A single book in the library.

interface GoogleExampleLibraryagentV1Book {
author?: string;
name?: string;
read?: boolean;
title?: string;
}

§Properties

§
author?: string
[src]

The name of the book author.

§
name?: string
[src]

The resource name of the book. Book names have the form shelves/{shelf_id}/books/{book_id}. The name is ignored when creating a book.

§
read?: boolean
[src]

Value indicating whether the book has been read.

§
title?: string
[src]

The title of the book.