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

DisplayedProperty

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

A reference to a top-level property within the object that should be displayed in search results. The values of the chosen properties is displayed in the search results along with the display label for that property if one is specified. If a display label is not specified, only the values is shown.

interface DisplayedProperty {
propertyName?: string;
}

§Properties

§
propertyName?: string
[src]

The name of the top-level property as defined in a property definition for the object. If the name is not a defined property in the schema, an error is given when attempting to update the schema.