AcceleratorType constructor

AcceleratorType({
  1. String? creationTimestamp,
  2. DeprecationStatus? deprecated,
  3. String? description,
  4. String? id,
  5. String? kind,
  6. int? maximumCardsPerInstance,
  7. String? name,
  8. String? selfLink,
  9. String? zone,
})

Implementation

AcceleratorType({
  this.creationTimestamp,
  this.deprecated,
  this.description,
  this.id,
  this.kind,
  this.maximumCardsPerInstance,
  this.name,
  this.selfLink,
  this.zone,
});