$IngestionStatus.fromJson constructor
$IngestionStatus.fromJson(
- Map json_
Implementation
$IngestionStatus.fromJson(core.Map json_)
: this(
numActiveRows: json_['numActiveRows'] as core.String?,
numRowsProcessed: json_['numRowsProcessed'] as core.String?,
numRowsTotal: json_['numRowsTotal'] as core.String?,
numRowsWithErrors: json_['numRowsWithErrors'] as core.String?,
numWarningsTotal: json_['numWarningsTotal'] as core.String?,
);