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