UsageSnapshot constructor

UsageSnapshot({
  1. String? acceleratorType,
  2. String? milliAccelerator,
  3. String? milliDcu,
  4. String? milliDcuPremium,
  5. String? shuffleStorageGb,
  6. String? shuffleStorageGbPremium,
  7. String? snapshotTime,
})

Implementation

UsageSnapshot({
  this.acceleratorType,
  this.milliAccelerator,
  this.milliDcu,
  this.milliDcuPremium,
  this.shuffleStorageGb,
  this.shuffleStorageGbPremium,
  this.snapshotTime,
});