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

Layersummary

import type { Layersummary } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Layersummary {
annotationCount?: number;
annotationsDataLink?: string;
annotationsLink?: string;
annotationTypes?: string[];
contentVersion?: string;
dataCount?: number;
id?: string;
kind?: string;
layerId?: string;
selfLink?: string;
updated?: string;
volumeAnnotationsVersion?: string;
volumeId?: string;
}

§Properties

§
annotationCount?: number
[src]

The number of annotations for this layer.

§
annotationTypes?: string[]
[src]

The list of annotation types contained for this layer.

§
contentVersion?: string
[src]

The content version this resource is for.

§
dataCount?: number
[src]

The number of data items for this layer.

§
id?: string
[src]

Unique id of this layer summary.

§
kind?: string
[src]

Resource Type

§
layerId?: string
[src]

The layer id for this summary.

§
updated?: string
[src]

Timestamp for the last time an item in this layer was updated. (RFC 3339 UTC date-time format).

§
volumeAnnotationsVersion?: string
[src]

The current version of this layer's volume annotations. Note that this version applies only to the data in the books.layers.volumeAnnotations.* responses. The actual annotation data is versioned separately.

§
volumeId?: string
[src]

The volume id this resource is for.