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

GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat

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

The format of an AVRO message payload.

interface GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat {
schemaDefinition?: string;
}

§Properties

§
schemaDefinition?: string
[src]

Optional. The entire schema definition is stored in this field.