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

StructuredDataObject

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

A structured data object consisting of named properties.

interface StructuredDataObject {
properties?: NamedProperty[];
}

§Properties

§
properties?: NamedProperty[]
[src]

The properties for the object. The maximum number of elements is 1000.