toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final bigQueryField = this.bigQueryField;
  final cloudStorageFileSet = this.cloudStorageFileSet;
  final outputPath = this.outputPath;
  return {
    'bigQueryField': ?bigQueryField,
    'cloudStorageFileSet': ?cloudStorageFileSet,
    'outputPath': ?outputPath,
  };
}