InterconnectAttachmentGroup constructor
InterconnectAttachmentGroup({
- Map<
String, InterconnectAttachmentGroupAttachment> ? attachments, - InterconnectAttachmentGroupConfigured? configured,
- String? creationTimestamp,
- String? description,
- String? etag,
- String? id,
- InterconnectAttachmentGroupIntent? intent,
- String? interconnectGroup,
- String? kind,
- InterconnectAttachmentGroupLogicalStructure? logicalStructure,
- String? name,
- String? selfLink,
Implementation
InterconnectAttachmentGroup({
this.attachments,
this.configured,
this.creationTimestamp,
this.description,
this.etag,
this.id,
this.intent,
this.interconnectGroup,
this.kind,
this.logicalStructure,
this.name,
this.selfLink,
});