BulkDeleteResourcesRequest constructor

BulkDeleteResourcesRequest({
  1. GoogleCloudHealthcareV1FhirGcsDestination? gcsDestination,
  2. GoogleCloudHealthcareV1FhirGcsSource? gcsSource,
  3. String? type,
  4. String? until,
  5. bool? validateOnly,
  6. String? versionConfig,
})

Implementation

BulkDeleteResourcesRequest({
  this.gcsDestination,
  this.gcsSource,
  this.type,
  this.until,
  this.validateOnly,
  this.versionConfig,
});