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

Metadata

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

Metadata of a matched search result.

interface Metadata {
createTime?: Date;
displayOptions?: ResultDisplayMetadata;
fields?: NamedProperty[];
mimeType?: string;
objectType?: string;
owner?: Person;
source?: Source;
thumbnailUrl?: string;
updateTime?: Date;
}

§Properties

§
createTime?: Date
[src]

The creation time for this document or object in the search result.

§

Options that specify how to display a structured data search result.

§

Indexed fields in structured data, returned as a generic named property.

§
mimeType?: string
[src]

Mime type of the search result.

§
objectType?: string
[src]

Object type of the search result.

§
owner?: Person
[src]

Owner (usually creator) of the document or object of the search result.

§
source?: Source
[src]

The named source for the result, such as Gmail.

§
thumbnailUrl?: string
[src]

The thumbnail URL of the result.

§
updateTime?: Date
[src]

The last modified date for the object in the search result. If not set in the item, the value returned here is empty. When updateTime is used for calculating freshness and is not set, this value defaults to 2 years from the current time.