BulkDeleteResourcesRequest constructor
BulkDeleteResourcesRequest({
- GoogleCloudHealthcareV1FhirGcsDestination? gcsDestination,
- GoogleCloudHealthcareV1FhirGcsSource? gcsSource,
- String? type,
- String? until,
- bool? validateOnly,
- String? versionConfig,
Implementation
BulkDeleteResourcesRequest({
this.gcsDestination,
this.gcsSource,
this.type,
this.until,
this.validateOnly,
this.versionConfig,
});