@override Object toJson() => { if (operation != null) 'operation': operation, if (dataLabelingJob != null) 'dataLabelingJob': dataLabelingJob, if (method.isNotDefault) 'method': method, };