ExportResourcesRequest constructor
ExportResourcesRequest({
- String? P_since,
- String? P_type,
- GoogleCloudHealthcareV1FhirBigQueryDestination? bigqueryDestination,
- GoogleCloudHealthcareV1FhirGcsDestination? gcsDestination,
Implementation
ExportResourcesRequest({
this.P_since,
this.P_type,
this.bigqueryDestination,
this.gcsDestination,
});