DescribeOfferingResponse constructor

DescribeOfferingResponse({
  1. String? arn,
  2. String? currencyCode,
  3. int? duration,
  4. OfferingDurationUnits? durationUnits,
  5. double? fixedPrice,
  6. String? offeringDescription,
  7. String? offeringId,
  8. OfferingType? offeringType,
  9. String? region,
  10. ReservationResourceSpecification? resourceSpecification,
  11. double? usagePrice,
})

Implementation

DescribeOfferingResponse({
  this.arn,
  this.currencyCode,
  this.duration,
  this.durationUnits,
  this.fixedPrice,
  this.offeringDescription,
  this.offeringId,
  this.offeringType,
  this.region,
  this.resourceSpecification,
  this.usagePrice,
});