toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final bigQueryDestination = this.bigQueryDestination;
  final exportSchemaVersion = this.exportSchemaVersion;
  final filter = this.filter;
  final kmsKey = this.kmsKey;
  final parent = this.parent;
  final writeDisposition = this.writeDisposition;
  return {
    'bigQueryDestination': ?bigQueryDestination,
    'exportSchemaVersion': ?exportSchemaVersion,
    'filter': ?filter,
    'kmsKey': ?kmsKey,
    'parent': ?parent,
    'writeDisposition': ?writeDisposition,
  };
}