factory OutputConfig.fromJson(Map<String, dynamic> json) { return OutputConfig( gcsDestination: decode(json['gcsDestination'], GcsDestination.fromJson), ); }