Reservation constructor

Reservation({
  1. ReservationAdvancedDeploymentControl? advancedDeploymentControl,
  2. AllocationAggregateReservation? aggregateReservation,
  3. String? commitment,
  4. String? creationTimestamp,
  5. Duration? deleteAfterDuration,
  6. String? deleteAtTime,
  7. String? deploymentType,
  8. String? description,
  9. bool? enableEmergentMaintenance,
  10. String? id,
  11. String? kind,
  12. List<String>? linkedCommitments,
  13. String? name,
  14. AllocationReservationSharingPolicy? reservationSharingPolicy,
  15. Map<String, String>? resourcePolicies,
  16. AllocationResourceStatus? resourceStatus,
  17. bool? satisfiesPzs,
  18. String? schedulingType,
  19. String? selfLink,
  20. ShareSettings? shareSettings,
  21. AllocationSpecificSKUReservation? specificReservation,
  22. bool? specificReservationRequired,
  23. String? status,
  24. String? zone,
})

Implementation

Reservation({
  this.advancedDeploymentControl,
  this.aggregateReservation,
  this.commitment,
  this.creationTimestamp,
  this.deleteAfterDuration,
  this.deleteAtTime,
  this.deploymentType,
  this.description,
  this.enableEmergentMaintenance,
  this.id,
  this.kind,
  this.linkedCommitments,
  this.name,
  this.reservationSharingPolicy,
  this.resourcePolicies,
  this.resourceStatus,
  this.satisfiesPzs,
  this.schedulingType,
  this.selfLink,
  this.shareSettings,
  this.specificReservation,
  this.specificReservationRequired,
  this.status,
  this.zone,
});