WireGroup constructor

WireGroup({
  1. bool? adminEnabled,
  2. String? creationTimestamp,
  3. String? description,
  4. Map<String, WireGroupEndpoint>? endpoints,
  5. String? id,
  6. String? kind,
  7. String? name,
  8. bool? reconciling,
  9. String? selfLink,
  10. WireGroupTopology? topology,
  11. WireProperties? wireProperties,
  12. 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,
});