CostCategoryReference constructor

CostCategoryReference({
  1. String? costCategoryArn,
  2. String? effectiveEnd,
  3. String? effectiveStart,
  4. String? name,
  5. int? numberOfRules,
  6. List<CostCategoryProcessingStatus>? processingStatus,
  7. List<String>? values,
})

Implementation

CostCategoryReference({
  this.costCategoryArn,
  this.effectiveEnd,
  this.effectiveStart,
  this.name,
  this.numberOfRules,
  this.processingStatus,
  this.values,
});