GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse
import type { GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListRuntimeProjectAttachments method's response.
interface GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse {
runtimeProjectAttachment?: GoogleCloudApihubV1RuntimeProjectAttachment;
}§Properties
§
runtimeProjectAttachment?: GoogleCloudApihubV1RuntimeProjectAttachment
[src]Runtime project attachment for a project if exists, empty otherwise.