InterconnectAttachmentGroupAttachment
import type { InterconnectAttachmentGroupAttachment } from "https://googleapis.deno.dev/v1/compute:v1.ts";
An Attachment in this AttachmentGroup.
interface InterconnectAttachmentGroupAttachment {
attachment?: string;
}