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

ObjectPropertyOptions

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

The options for object properties.

interface ObjectPropertyOptions {
subobjectProperties?: PropertyDefinition[];
}

§Properties

§
subobjectProperties?: PropertyDefinition[]
[src]

The properties of the sub-object. These properties represent a nested object. For example, if this property represents a postal address, the subobjectProperties might be named street, city, and state. The maximum number of elements is 1000.