toJson method

Map<String, dynamic> toJson()

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!,
};