StartPipelineReprocessingResponse.fromJson constructor
Implementation
factory StartPipelineReprocessingResponse.fromJson(
Map<String, dynamic> json) {
return StartPipelineReprocessingResponse(
reprocessingId: json['reprocessingId'] as String?,
);
}