StreamConfig constructor

StreamConfig({
  1. GoogleCloudHealthcareV1FhirBigQueryDestination? bigqueryDestination,
  2. DeidentifiedStoreDestination? deidentifiedStoreDestination,
  3. List<String>? resourceTypes,
})

Implementation

StreamConfig({
  this.bigqueryDestination,
  this.deidentifiedStoreDestination,
  this.resourceTypes,
});