GoogleCloudApihubV1RuntimeProjectAttachment
import type { GoogleCloudApihubV1RuntimeProjectAttachment } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
Runtime project attachment represents an attachment from the runtime project to the host project. Api Hub looks for deployments in the attached runtime projects and creates corresponding resources in Api Hub for the discovered deployments.
interface GoogleCloudApihubV1RuntimeProjectAttachment {
readonly createTime?: Date;
name?: string;
runtimeProject?: string;
}