toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() {
  return {
    if (gcsOutputDirectory != null) 'gcsOutputDirectory': gcsOutputDirectory,
    if (bigqueryOutputDataset != null)
      'bigqueryOutputDataset': bigqueryOutputDataset,
    if (bigqueryOutputTable.isNotDefault)
      'bigqueryOutputTable': bigqueryOutputTable,
  };
}