toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final bigqueryDestination = this.bigqueryDestination;
  final deidentifiedStoreDestination = this.deidentifiedStoreDestination;
  final resourceTypes = this.resourceTypes;
  return {
    'bigqueryDestination': ?bigqueryDestination,
    'deidentifiedStoreDestination': ?deidentifiedStoreDestination,
    'resourceTypes': ?resourceTypes,
  };
}