InterconnectAttachmentGroupLogicalStructureRegion
import type { InterconnectAttachmentGroupLogicalStructureRegion } from "https://googleapis.deno.dev/v1/compute:v1.ts";
[Output Only] The regions Attachments in this group are in.
interface InterconnectAttachmentGroupLogicalStructureRegion {
region?: string;
}