InstanceGroup constructor

InstanceGroup({
  1. String? creationTimestamp,
  2. String? description,
  3. String? fingerprint,
  4. String? id,
  5. String? kind,
  6. String? name,
  7. List<NamedPort>? namedPorts,
  8. String? network,
  9. String? region,
  10. String? selfLink,
  11. int? size,
  12. String? subnetwork,
  13. String? zone,
})

Implementation

InstanceGroup({
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.id,
  this.kind,
  this.name,
  this.namedPorts,
  this.network,
  this.region,
  this.selfLink,
  this.size,
  this.subnetwork,
  this.zone,
});