GoogleCloudEventarcV1PipelineDestinationNetworkConfig
import type { GoogleCloudEventarcV1PipelineDestinationNetworkConfig } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
Represents a network config to be used for destination resolution and connectivity.
interface GoogleCloudEventarcV1PipelineDestinationNetworkConfig {
networkAttachment?: string;
}