FutureReservation constructor

FutureReservation({
  1. AllocationAggregateReservation? aggregateReservation,
  2. String? autoCreatedReservationsDeleteTime,
  3. Duration? autoCreatedReservationsDuration,
  4. bool? autoDeleteAutoCreatedReservations,
  5. FutureReservationCommitmentInfo? commitmentInfo,
  6. String? creationTimestamp,
  7. String? deploymentType,
  8. String? description,
  9. bool? enableEmergentMaintenance,
  10. String? id,
  11. String? kind,
  12. String? name,
  13. String? namePrefix,
  14. String? planningStatus,
  15. String? reservationMode,
  16. String? reservationName,
  17. String? schedulingType,
  18. String? selfLink,
  19. String? selfLinkWithId,
  20. ShareSettings? shareSettings,
  21. bool? specificReservationRequired,
  22. FutureReservationSpecificSKUProperties? specificSkuProperties,
  23. FutureReservationStatus? status,
  24. FutureReservationTimeWindow? timeWindow,
  25. String? zone,
})

Implementation

FutureReservation({
  this.aggregateReservation,
  this.autoCreatedReservationsDeleteTime,
  this.autoCreatedReservationsDuration,
  this.autoDeleteAutoCreatedReservations,
  this.commitmentInfo,
  this.creationTimestamp,
  this.deploymentType,
  this.description,
  this.enableEmergentMaintenance,
  this.id,
  this.kind,
  this.name,
  this.namePrefix,
  this.planningStatus,
  this.reservationMode,
  this.reservationName,
  this.schedulingType,
  this.selfLink,
  this.selfLinkWithId,
  this.shareSettings,
  this.specificReservationRequired,
  this.specificSkuProperties,
  this.status,
  this.timeWindow,
  this.zone,
});