Reservation constructor
Reservation({
- String? arn,
- int? count,
- String? currencyCode,
- int? duration,
- OfferingDurationUnits? durationUnits,
- String? end,
- double? fixedPrice,
- String? name,
- String? offeringDescription,
- String? offeringId,
- OfferingType? offeringType,
- String? region,
- String? reservationId,
- ReservationResourceSpecification? resourceSpecification,
- String? start,
- ReservationState? state,
- Map<
String, String> ? tags, - double? usagePrice,
Implementation
Reservation({
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,
});