toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (bigqueryReadInstances != null)
    'bigqueryReadInstances': bigqueryReadInstances!,
  if (csvReadInstances != null) 'csvReadInstances': csvReadInstances!,
  if (destination != null) 'destination': destination!,
  if (entityTypeSpecs != null) 'entityTypeSpecs': entityTypeSpecs!,
  if (passThroughFields != null) 'passThroughFields': passThroughFields!,
  if (startTime != null) 'startTime': startTime!,
};