ReservationBlock constructor

ReservationBlock({
  1. int? count,
  2. String? creationTimestamp,
  3. ReservationBlockHealthInfo? healthInfo,
  4. String? id,
  5. int? inUseCount,
  6. String? kind,
  7. String? name,
  8. ReservationBlockPhysicalTopology? physicalTopology,
  9. GroupMaintenanceInfo? reservationMaintenance,
  10. int? reservationSubBlockCount,
  11. int? reservationSubBlockInUseCount,
  12. String? selfLink,
  13. String? selfLinkWithId,
  14. String? status,
  15. String? zone,
})

Implementation

ReservationBlock({
  this.count,
  this.creationTimestamp,
  this.healthInfo,
  this.id,
  this.inUseCount,
  this.kind,
  this.name,
  this.physicalTopology,
  this.reservationMaintenance,
  this.reservationSubBlockCount,
  this.reservationSubBlockInUseCount,
  this.selfLink,
  this.selfLinkWithId,
  this.status,
  this.zone,
});