DescribeCostCategoryDefinitionResponse constructor

DescribeCostCategoryDefinitionResponse({
  1. CostCategory? costCategory,
})

Implementation

DescribeCostCategoryDefinitionResponse({
  this.costCategory,
});