ExternalServiceCost constructor

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

Implementation

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