StreamConfig constructor
StreamConfig({
- GoogleCloudHealthcareV1FhirBigQueryDestination? bigqueryDestination,
- DeidentifiedStoreDestination? deidentifiedStoreDestination,
- List<
String> ? resourceTypes,
Implementation
StreamConfig({
this.bigqueryDestination,
this.deidentifiedStoreDestination,
this.resourceTypes,
});