GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse
import type { GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListRuntimeProjectAttachments method's response.
interface GoogleCloudApihubV1ListRuntimeProjectAttachmentsResponse {
nextPageToken?: string;
runtimeProjectAttachments?: GoogleCloudApihubV1RuntimeProjectAttachment[];
}