DiskType constructor

DiskType({
  1. String? creationTimestamp,
  2. String? defaultDiskSizeGb,
  3. DeprecationStatus? deprecated,
  4. String? description,
  5. String? id,
  6. String? kind,
  7. String? name,
  8. String? region,
  9. String? selfLink,
  10. String? validDiskSize,
  11. String? zone,
})

Implementation

DiskType({
  this.creationTimestamp,
  this.defaultDiskSizeGb,
  this.deprecated,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.region,
  this.selfLink,
  this.validDiskSize,
  this.zone,
});