ReservationSlot constructor
ReservationSlot({
- String? creationTimestamp,
- String? id,
- String? kind,
- String? name,
- ReservationSlotPhysicalTopology? physicalTopology,
- String? selfLink,
- String? selfLinkWithId,
- String? state,
- ReservationSlotStatus? status,
- String? zone,
Implementation
ReservationSlot({
this.creationTimestamp,
this.id,
this.kind,
this.name,
this.physicalTopology,
this.selfLink,
this.selfLinkWithId,
this.shareSettings,
this.state,
this.status,
this.zone,
});