UsageLimit constructor

UsageLimit({
  1. int? amount,
  2. UsageLimitBreachAction? breachAction,
  3. String? clusterIdentifier,
  4. UsageLimitFeatureType? featureType,
  5. UsageLimitLimitType? limitType,
  6. UsageLimitPeriod? period,
  7. List<Tag>? tags,
  8. String? usageLimitId,
})

Implementation

UsageLimit({
  this.amount,
  this.breachAction,
  this.clusterIdentifier,
  this.featureType,
  this.limitType,
  this.period,
  this.tags,
  this.usageLimitId,
});