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

GoogleDatastoreAdminV1IndexedProperty

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

A property of an index.

interface GoogleDatastoreAdminV1IndexedProperty {
direction?: "DIRECTION_UNSPECIFIED" | "ASCENDING" | "DESCENDING";
name?: string;
}

§Properties

§
direction?: "DIRECTION_UNSPECIFIED" | "ASCENDING" | "DESCENDING"
[src]

Required. The indexed property's direction. Must not be DIRECTION_UNSPECIFIED.

§
name?: string
[src]

Required. The property name to index.