ExternalServiceCost constructor

ExternalServiceCost({
  1. String? bytesBilled,
  2. String? bytesProcessed,
  3. String? externalService,
  4. String? reservedSlotCount,
  5. String? slotMs,
})

Implementation

ExternalServiceCost({
  this.bytesBilled,
  this.bytesProcessed,
  this.externalService,
  this.reservedSlotCount,
  this.slotMs,
});