UsageReportEntity constructor

UsageReportEntity({
  1. String? customerId,
  2. String? entityId,
  3. String? profileId,
  4. String? type,
  5. String? userEmail,
})

Implementation

UsageReportEntity({
  this.customerId,
  this.entityId,
  this.profileId,
  this.type,
  this.userEmail,
});