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