DeidentifyFhirStoreRequest constructor

DeidentifyFhirStoreRequest({
  1. DeidentifyConfig? config,
  2. String? destinationStore,
  3. String? gcsConfigUri,
  4. FhirFilter? resourceFilter,
  5. bool? skipModifiedResources,
})

Implementation

DeidentifyFhirStoreRequest({
  this.config,
  this.destinationStore,
  this.gcsConfigUri,
  this.resourceFilter,
  this.skipModifiedResources,
});