toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final bigqueryReadInstances = this.bigqueryReadInstances;
  final csvReadInstances = this.csvReadInstances;
  final destination = this.destination;
  final entityTypeSpecs = this.entityTypeSpecs;
  final passThroughFields = this.passThroughFields;
  final startTime = this.startTime;
  return {
    'bigqueryReadInstances': ?bigqueryReadInstances,
    'csvReadInstances': ?csvReadInstances,
    'destination': ?destination,
    'entityTypeSpecs': ?entityTypeSpecs,
    'passThroughFields': ?passThroughFields,
    'startTime': ?startTime,
  };
}