toJson method

Map<String, dynamic> toJson()

Implementation

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