toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (agentUri != null) 'agentUri': agentUri!,
if (dataFormat != null) 'dataFormat': dataFormat!,
if (environment != null) 'environment': environment!,
if (gitDestination != null) 'gitDestination': gitDestination!,
if (includeBigqueryExportSettings != null)
'includeBigqueryExportSettings': includeBigqueryExportSettings!,
};