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

Bookshelf

import type { Bookshelf } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Bookshelf {
access?: string;
created?: string;
description?: string;
id?: number;
kind?: string;
selfLink?: string;
title?: string;
updated?: string;
volumeCount?: number;
volumesLastUpdated?: string;
}

§Properties

§
access?: string
[src]

Whether this bookshelf is PUBLIC or PRIVATE.

§
created?: string
[src]

Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).

§
description?: string
[src]

Description of this bookshelf.

§
id?: number
[src]

Id of this bookshelf, only unique by user.

§
kind?: string
[src]

Resource type for bookshelf metadata.

§
title?: string
[src]

Title of this bookshelf.

§
updated?: string
[src]

Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).

§
volumeCount?: number
[src]

Number of volumes in this bookshelf.

§
volumesLastUpdated?: string
[src]

Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).