RootCause constructor

RootCause({
  1. String? linkedAccount,
  2. String? region,
  3. String? service,
  4. String? usageType,
})

Implementation

RootCause({
  this.linkedAccount,
  this.region,
  this.service,
  this.usageType,
});