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

GeoAnnotationdata

import type { GeoAnnotationdata } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface GeoAnnotationdata {
annotationType?: string;
data?: Geolayerdata;
encodedData?: Uint8Array;
id?: string;
kind?: string;
layerId?: string;
selfLink?: string;
updated?: string;
volumeId?: string;
}

§Properties

§
annotationType?: string
[src]

The type of annotation this data is for.

§

JSON encoded data for this geo annotation data. Emitted with name 'data' in JSON output. Either this or dict_data will be populated.

§
encodedData?: Uint8Array
[src]

Base64 encoded data for this annotation data.

§
id?: string
[src]

Unique id for this annotation data.

§
kind?: string
[src]

Resource Type

§
layerId?: string
[src]

The Layer id for this data. *

§
updated?: string
[src]

Timestamp for the last time this data was updated. (RFC 3339 UTC date-time format).

§
volumeId?: string
[src]

The volume id for this data. *