Zone constructor

Zone({
  1. List<String>? availableCpuPlatforms,
  2. String? creationTimestamp,
  3. DeprecationStatus? deprecated,
  4. String? description,
  5. String? id,
  6. String? kind,
  7. String? name,
  8. String? region,
  9. String? selfLink,
  10. String? status,
  11. bool? supportsPzs,
})

Implementation

Zone({
  this.availableCpuPlatforms,
  this.creationTimestamp,
  this.deprecated,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.region,
  this.selfLink,
  this.status,
  this.supportsPzs,
});