toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (biEngineStatistics != null)
'biEngineStatistics': biEngineStatistics!,
if (billingTier != null) 'billingTier': billingTier!,
if (cacheHit != null) 'cacheHit': cacheHit!,
if (dclTargetDataset != null) 'dclTargetDataset': dclTargetDataset!,
if (dclTargetTable != null) 'dclTargetTable': dclTargetTable!,
if (dclTargetView != null) 'dclTargetView': dclTargetView!,
if (ddlAffectedRowAccessPolicyCount != null)
'ddlAffectedRowAccessPolicyCount': ddlAffectedRowAccessPolicyCount!,
if (ddlDestinationTable != null)
'ddlDestinationTable': ddlDestinationTable!,
if (ddlOperationPerformed != null)
'ddlOperationPerformed': ddlOperationPerformed!,
if (ddlTargetDataset != null) 'ddlTargetDataset': ddlTargetDataset!,
if (ddlTargetRoutine != null) 'ddlTargetRoutine': ddlTargetRoutine!,
if (ddlTargetRowAccessPolicy != null)
'ddlTargetRowAccessPolicy': ddlTargetRowAccessPolicy!,
if (ddlTargetTable != null) 'ddlTargetTable': ddlTargetTable!,
if (dmlStats != null) 'dmlStats': dmlStats!,
if (estimatedBytesProcessed != null)
'estimatedBytesProcessed': estimatedBytesProcessed!,
if (exportDataStatistics != null)
'exportDataStatistics': exportDataStatistics!,
if (externalServiceCosts != null)
'externalServiceCosts': externalServiceCosts!,
if (loadQueryStatistics != null)
'loadQueryStatistics': loadQueryStatistics!,
if (materializedViewStatistics != null)
'materializedViewStatistics': materializedViewStatistics!,
if (metadataCacheStatistics != null)
'metadataCacheStatistics': metadataCacheStatistics!,
if (mlStatistics != null) 'mlStatistics': mlStatistics!,
if (modelTraining != null) 'modelTraining': modelTraining!,
if (modelTrainingCurrentIteration != null)
'modelTrainingCurrentIteration': modelTrainingCurrentIteration!,
if (modelTrainingExpectedTotalIteration != null)
'modelTrainingExpectedTotalIteration':
modelTrainingExpectedTotalIteration!,
if (numDmlAffectedRows != null)
'numDmlAffectedRows': numDmlAffectedRows!,
if (performanceInsights != null)
'performanceInsights': performanceInsights!,
if (queryInfo != null) 'queryInfo': queryInfo!,
if (queryPlan != null) 'queryPlan': queryPlan!,
if (referencedRoutines != null)
'referencedRoutines': referencedRoutines!,
if (referencedTables != null) 'referencedTables': referencedTables!,
if (reservationUsage != null) 'reservationUsage': reservationUsage!,
if (schema != null) 'schema': schema!,
if (searchStatistics != null) 'searchStatistics': searchStatistics!,
if (sparkStatistics != null) 'sparkStatistics': sparkStatistics!,
if (statementType != null) 'statementType': statementType!,
if (timeline != null) 'timeline': timeline!,
if (totalBytesBilled != null) 'totalBytesBilled': totalBytesBilled!,
if (totalBytesProcessed != null)
'totalBytesProcessed': totalBytesProcessed!,
if (totalBytesProcessedAccuracy != null)
'totalBytesProcessedAccuracy': totalBytesProcessedAccuracy!,
if (totalPartitionsProcessed != null)
'totalPartitionsProcessed': totalPartitionsProcessed!,
if (totalSlotMs != null) 'totalSlotMs': totalSlotMs!,
if (transferredBytes != null) 'transferredBytes': transferredBytes!,
if (undeclaredQueryParameters != null)
'undeclaredQueryParameters': undeclaredQueryParameters!,
if (vectorSearchStatistics != null)
'vectorSearchStatistics': vectorSearchStatistics!,
};