toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final bigquerySource = this.bigquerySource;
  final dataFormat = this.dataFormat;
  final dataset = this.dataset;
  final gcsSource = this.gcsSource;
  final loggingSamplingStrategy = this.loggingSamplingStrategy;
  final targetField = this.targetField;
  return {
    'bigquerySource': ?bigquerySource,
    'dataFormat': ?dataFormat,
    'dataset': ?dataset,
    'gcsSource': ?gcsSource,
    'loggingSamplingStrategy': ?loggingSamplingStrategy,
    'targetField': ?targetField,
  };
}