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

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;
}

§Properties

§
readonly displayName?: string
[src]

Output only. Display name of the entity.

§
externalApiResourceName?: string
[src]

The resource name of an external API in the API Hub. Format: projects/{project}/locations/{location}/externalApis/{external_api}

§
operationResourceName?: string
[src]

The resource name of an operation in the API Hub. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}