WireGroup constructor
WireGroup({
- bool? adminEnabled,
- String? creationTimestamp,
- String? description,
- Map<
String, WireGroupEndpoint> ? endpoints, - String? id,
- String? kind,
- String? name,
- bool? reconciling,
- String? selfLink,
- WireGroupTopology? topology,
- WireProperties? wireProperties,
- List<
Wire> ? wires,
Implementation
WireGroup({
this.adminEnabled,
this.creationTimestamp,
this.description,
this.endpoints,
this.id,
this.kind,
this.name,
this.reconciling,
this.selfLink,
this.topology,
this.wireProperties,
this.wires,
});