Reservation constructor

Reservation({
  1. AllocationAggregateReservation? aggregateReservation,
  2. String? commitment,
  3. String? creationTimestamp,
  4. String? description,
  5. String? id,
  6. String? kind,
  7. String? name,
  8. Map<String, String>? resourcePolicies,
  9. AllocationResourceStatus? resourceStatus,
  10. bool? satisfiesPzs,
  11. String? selfLink,
  12. ShareSettings? shareSettings,
  13. AllocationSpecificSKUReservation? specificReservation,
  14. bool? specificReservationRequired,
  15. String? status,
  16. String? zone,
})

Implementation

Reservation({
  this.aggregateReservation,
  this.commitment,
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.resourcePolicies,
  this.resourceStatus,
  this.satisfiesPzs,
  this.selfLink,
  this.shareSettings,
  this.specificReservation,
  this.specificReservationRequired,
  this.status,
  this.zone,
});