toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final awsS3CompatibleDataSource = this.awsS3CompatibleDataSource;
  final awsS3DataSource = this.awsS3DataSource;
  final azureBlobStorageDataSource = this.azureBlobStorageDataSource;
  final gcsDataSink = this.gcsDataSink;
  final gcsDataSource = this.gcsDataSource;
  final gcsIntermediateDataLocation = this.gcsIntermediateDataLocation;
  final hdfsDataSource = this.hdfsDataSource;
  final httpDataSource = this.httpDataSource;
  final objectConditions = this.objectConditions;
  final posixDataSink = this.posixDataSink;
  final posixDataSource = this.posixDataSource;
  final sinkAgentPoolName = this.sinkAgentPoolName;
  final sourceAgentPoolName = this.sourceAgentPoolName;
  final transferManifest = this.transferManifest;
  final transferOptions = this.transferOptions;
  return {
    'awsS3CompatibleDataSource': ?awsS3CompatibleDataSource,
    'awsS3DataSource': ?awsS3DataSource,
    'azureBlobStorageDataSource': ?azureBlobStorageDataSource,
    'gcsDataSink': ?gcsDataSink,
    'gcsDataSource': ?gcsDataSource,
    'gcsIntermediateDataLocation': ?gcsIntermediateDataLocation,
    'hdfsDataSource': ?hdfsDataSource,
    'httpDataSource': ?httpDataSource,
    'objectConditions': ?objectConditions,
    'posixDataSink': ?posixDataSink,
    'posixDataSource': ?posixDataSource,
    'sinkAgentPoolName': ?sinkAgentPoolName,
    'sourceAgentPoolName': ?sourceAgentPoolName,
    'transferManifest': ?transferManifest,
    'transferOptions': ?transferOptions,
  };
}