CapacityCommitment constructor

CapacityCommitment({
  1. String? commitmentEndTime,
  2. String? commitmentStartTime,
  3. String? edition,
  4. Status? failureStatus,
  5. bool? isFlatRate,
  6. bool? multiRegionAuxiliary,
  7. String? name,
  8. String? plan,
  9. String? renewalPlan,
  10. String? slotCount,
  11. String? state,
})

Implementation

CapacityCommitment({
  this.commitmentEndTime,
  this.commitmentStartTime,
  this.edition,
  this.failureStatus,
  this.isFlatRate,
  this.multiRegionAuxiliary,
  this.name,
  this.plan,
  this.renewalPlan,
  this.slotCount,
  this.state,
});