ReservationSubBlock constructor
ReservationSubBlock({
- int? count,
- String? creationTimestamp,
- ReservationSubBlockHealthInfo? healthInfo,
- String? id,
- int? inUseCount,
- String? kind,
- String? name,
- ReservationSubBlockPhysicalTopology? physicalTopology,
- GroupMaintenanceInfo? reservationSubBlockMaintenance,
- String? selfLink,
- String? selfLinkWithId,
- String? status,
- String? zone,
Implementation
ReservationSubBlock({
this.count,
this.creationTimestamp,
this.healthInfo,
this.id,
this.inUseCount,
this.kind,
this.name,
this.physicalTopology,
this.reservationSubBlockMaintenance,
this.selfLink,
this.selfLinkWithId,
this.status,
this.zone,
});