GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat
import type { GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
The format of an AVRO message payload.
interface GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat {
schemaDefinition?: string;
}