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

ObjectOptions

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

The options for an object.

interface ObjectOptions {
displayOptions?: ObjectDisplayOptions;
freshnessOptions?: FreshnessOptions;
suggestionFilteringOperators?: string[];
}

§Properties

§
displayOptions?: ObjectDisplayOptions
[src]

The options that determine how the object is displayed in the Cloud Search results page.

§
freshnessOptions?: FreshnessOptions
[src]

The freshness options for an object.

§
suggestionFilteringOperators?: string[]
[src]

Operators that can be used to filter suggestions. For Suggest API, only operators mentioned here will be honored in the FilterOptions. Only TEXT and ENUM operators are supported. NOTE: "objecttype", "type" and "mimetype" are already supported. This property is to configure schema specific operators. Even though this is an array, only one operator can be specified. This is an array for future extensibility. Operators mapping to multiple properties within the same object are not supported. If the operator spans across different object types, this option has to be set once for each object definition.