InterconnectGroup constructor
InterconnectGroup({
- InterconnectGroupConfigured? configured,
- String? creationTimestamp,
- String? description,
- String? etag,
- String? id,
- InterconnectGroupIntent? intent,
- Map<
String, InterconnectGroupInterconnect> ? interconnects, - String? kind,
- String? name,
- InterconnectGroupPhysicalStructure? physicalStructure,
- 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,
});