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

ItemStructuredData

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

Available structured data fields for the item.

interface ItemStructuredData {
hash?: string;
}

§Properties

§
hash?: string
[src]

Hashing value provided by the API caller. This can be used with the items.push method to calculate modified state. The maximum length is 2048 characters.

§

The structured data object that should conform to a registered object definition in the schema for the data source.