BulkDeploymentMetrics constructor

BulkDeploymentMetrics({
  1. int? invalidInputRecords,
  2. int? recordsProcessed,
  3. int? retryAttempts,
})

Implementation

BulkDeploymentMetrics({
  this.invalidInputRecords,
  this.recordsProcessed,
  this.retryAttempts,
});