ReservationSubBlock constructor

ReservationSubBlock({
  1. AcceleratorTopologiesInfo? acceleratorTopologiesInfo,
  2. int? count,
  3. String? creationTimestamp,
  4. ReservationSubBlockHealthInfo? healthInfo,
  5. String? id,
  6. int? inUseCount,
  7. int? inUseHostCount,
  8. String? kind,
  9. String? name,
  10. ReservationSubBlockPhysicalTopology? physicalTopology,
  11. GroupMaintenanceInfo? reservationSubBlockMaintenance,
  12. String? selfLink,
  13. String? selfLinkWithId,
  14. String? status,
  15. String? zone,
})

Implementation

ReservationSubBlock({
  this.acceleratorTopologiesInfo,
  this.count,
  this.creationTimestamp,
  this.healthInfo,
  this.id,
  this.inUseCount,
  this.inUseHostCount,
  this.kind,
  this.name,
  this.physicalTopology,
  this.reservationSubBlockMaintenance,
  this.selfLink,
  this.selfLinkWithId,
  this.status,
  this.zone,
});