ProvisioningQuota constructor

ProvisioningQuota({
  1. String? assetType,
  2. int? availableCount,
  3. String? gcpService,
  4. InstanceQuota? instanceQuota,
  5. String? location,
  6. String? name,
  7. String? networkBandwidth,
  8. String? serverCount,
  9. String? storageGib,
})

Implementation

ProvisioningQuota({
  this.assetType,
  this.availableCount,
  this.gcpService,
  this.instanceQuota,
  this.location,
  this.name,
  this.networkBandwidth,
  this.serverCount,
  this.storageGib,
});