ReservationBlock constructor
ReservationBlock({
- int? count,
- String? creationTimestamp,
- ReservationBlockHealthInfo? healthInfo,
- String? id,
- int? inUseCount,
- String? kind,
- String? name,
- ReservationBlockPhysicalTopology? physicalTopology,
- GroupMaintenanceInfo? reservationMaintenance,
- int? reservationSubBlockCount,
- int? reservationSubBlockInUseCount,
- String? selfLink,
- String? selfLinkWithId,
- String? status,
- 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,
});