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

InterconnectAttachmentGroupAttachment

import type { InterconnectAttachmentGroupAttachment } from "https://googleapis.deno.dev/v1/compute:v1.ts";

An Attachment in this AttachmentGroup.

interface InterconnectAttachmentGroupAttachment {
attachment?: string;
}

§Properties

§
attachment?: string
[src]