StoragePool constructor

StoragePool({
  1. String? capacityProvisioningType,
  2. String? creationTimestamp,
  3. String? description,
  4. String? id,
  5. String? kind,
  6. String? labelFingerprint,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? performanceProvisioningType,
  10. String? poolProvisionedCapacityGb,
  11. String? poolProvisionedIops,
  12. String? poolProvisionedThroughput,
  13. StoragePoolResourceStatus? resourceStatus,
  14. String? selfLink,
  15. String? selfLinkWithId,
  16. String? state,
  17. StoragePoolResourceStatus? status,
  18. String? storagePoolType,
  19. String? zone,
})

Implementation

StoragePool({
  this.capacityProvisioningType,
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.labelFingerprint,
  this.labels,
  this.name,
  this.performanceProvisioningType,
  this.poolProvisionedCapacityGb,
  this.poolProvisionedIops,
  this.poolProvisionedThroughput,
  this.resourceStatus,
  this.selfLink,
  this.selfLinkWithId,
  this.state,
  this.status,
  this.storagePoolType,
  this.zone,
});