UsageLimit constructor
UsageLimit({
- int? amount,
- UsageLimitBreachAction? breachAction,
- String? clusterIdentifier,
- UsageLimitFeatureType? featureType,
- UsageLimitLimitType? limitType,
- UsageLimitPeriod? period,
- List<
Tag> ? tags, - String? usageLimitId,
Implementation
UsageLimit({
this.amount,
this.breachAction,
this.clusterIdentifier,
this.featureType,
this.limitType,
this.period,
this.tags,
this.usageLimitId,
});