DeleteReservationResponse constructor

DeleteReservationResponse({
  1. String? arn,
  2. int? count,
  3. String? currencyCode,
  4. int? duration,
  5. OfferingDurationUnits? durationUnits,
  6. String? end,
  7. double? fixedPrice,
  8. String? name,
  9. String? offeringDescription,
  10. String? offeringId,
  11. OfferingType? offeringType,
  12. String? region,
  13. String? reservationId,
  14. ReservationResourceSpecification? resourceSpecification,
  15. String? start,
  16. ReservationState? state,
  17. Map<String, String>? tags,
  18. double? usagePrice,
})

Implementation

DeleteReservationResponse({
  this.arn,
  this.count,
  this.currencyCode,
  this.duration,
  this.durationUnits,
  this.end,
  this.fixedPrice,
  this.name,
  this.offeringDescription,
  this.offeringId,
  this.offeringType,
  this.region,
  this.reservationId,
  this.resourceSpecification,
  this.start,
  this.state,
  this.tags,
  this.usagePrice,
});