toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bigqueryOutputDataset != null)
'bigqueryOutputDataset': bigqueryOutputDataset!,
if (bigqueryOutputTable != null)
'bigqueryOutputTable': bigqueryOutputTable!,
if (gcsOutputDirectory != null)
'gcsOutputDirectory': gcsOutputDirectory!,
};