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

GoogleCloudIntegrationsV1alphaRuntimeEntitySchema

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

Metadata of an entity, including a schema for its properties.

interface GoogleCloudIntegrationsV1alphaRuntimeEntitySchema {
arrayFieldSchema?: string;
entity?: string;
fieldSchema?: string;
}

§Properties

§
arrayFieldSchema?: string
[src]

The above schema, but for an array of the associated entity.

§
entity?: string
[src]

Name of the entity.

§
fieldSchema?: string
[src]

List of fields in the entity.