GoogleCloudApihubV1DependencyEntityReference
import type { GoogleCloudApihubV1DependencyEntityReference } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
Reference to an entity participating in a dependency.
interface GoogleCloudApihubV1DependencyEntityReference {
readonly displayName?: string;
externalApiResourceName?: string;
operationResourceName?: string;
}