InterconnectGroup constructor

InterconnectGroup({
  1. InterconnectGroupConfigured? configured,
  2. String? creationTimestamp,
  3. String? description,
  4. String? etag,
  5. String? id,
  6. InterconnectGroupIntent? intent,
  7. Map<String, InterconnectGroupInterconnect>? interconnects,
  8. String? kind,
  9. String? name,
  10. InterconnectGroupPhysicalStructure? physicalStructure,
  11. String? selfLink,
})

Implementation

InterconnectGroup({
  this.configured,
  this.creationTimestamp,
  this.description,
  this.etag,
  this.id,
  this.intent,
  this.interconnects,
  this.kind,
  this.name,
  this.physicalStructure,
  this.selfLink,
});