Category constructor

Category({
  1. String? resourceFamily,
  2. String? resourceGroup,
  3. String? serviceDisplayName,
  4. String? usageType,
})

Implementation

Category({
  this.resourceFamily,
  this.resourceGroup,
  this.serviceDisplayName,
  this.usageType,
});