Counters constructor
Counters({})
Implementation
Counters({
this.failedObjectCount,
this.objectCustomContextsCreated,
this.objectCustomContextsDeleted,
this.objectCustomContextsUpdated,
this.succeededObjectCount,
this.totalBytesFound,
this.totalBytesTransformed,
this.totalObjectCount,
});