InterconnectAttachmentGroup constructor

InterconnectAttachmentGroup({
  1. Map<String, InterconnectAttachmentGroupAttachment> attachments = const {},
  2. InterconnectAttachmentGroupConfigured? configured,
  3. String? creationTimestamp,
  4. String? description,
  5. String? etag,
  6. BigInt? id,
  7. InterconnectAttachmentGroupIntent? intent,
  8. String? interconnectGroup,
  9. String? kind,
  10. InterconnectAttachmentGroupLogicalStructure? logicalStructure,
  11. String? name,
  12. String? selfLink,
})

Implementation

InterconnectAttachmentGroup({
  this.attachments = const {},
  this.configured,
  this.creationTimestamp,
  this.description,
  this.etag,
  this.id,
  this.intent,
  this.interconnectGroup,
  this.kind,
  this.logicalStructure,
  this.name,
  this.selfLink,
}) : super(fullyQualifiedName);