ExportResourcesRequest constructor

ExportResourcesRequest({
  1. String? P_since,
  2. String? P_type,
  3. GoogleCloudHealthcareV1FhirBigQueryDestination? bigqueryDestination,
  4. GoogleCloudHealthcareV1FhirGcsDestination? gcsDestination,
})

Implementation

ExportResourcesRequest({
  this.P_since,
  this.P_type,
  this.bigqueryDestination,
  this.gcsDestination,
});