toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (dataSchema != null) 'dataSchema': dataSchema!,
  if (datasetId != null) 'datasetId': datasetId!,
  if (gcsStagingDir != null) 'gcsStagingDir': gcsStagingDir!,
  if (partitionDate != null) 'partitionDate': partitionDate!,
  if (projectId != null) 'projectId': projectId!,
  if (tableId != null) 'tableId': tableId!,
};