UsageRecord constructor
UsageRecord({})
Implementation
UsageRecord({
required this.customerIdentifier,
required this.dimension,
required this.timestamp,
this.quantity,
this.usageAllocations,
});
UsageRecord({
required this.customerIdentifier,
required this.dimension,
required this.timestamp,
this.quantity,
this.usageAllocations,
});