BulkDeleteResourcesRequest class
Request to bulk delete FHIR resources.
Constructors
- BulkDeleteResourcesRequest({GoogleCloudHealthcareV1FhirGcsDestination? gcsDestination, GoogleCloudHealthcareV1FhirGcsSource? gcsSource, String? type, String? until, bool? validateOnly, String? versionConfig})
- BulkDeleteResourcesRequest.fromJson(Map json_)
Properties
- gcsDestination ↔ GoogleCloudHealthcareV1FhirGcsDestination?
-
The Cloud Storage output destination.
getter/setter pair
- gcsSource ↔ GoogleCloudHealthcareV1FhirGcsSource?
-
Specifies the Cloud Storage source data location containing the list of
resource IDs to delete.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
String of comma-delimited FHIR resource types.
getter/setter pair
- until ↔ String?
-
If provided, only resources updated before or atthis time are deleted.
getter/setter pair
- validateOnly ↔ bool?
-
If set to true, the request will only perform a dry run.
getter/setter pair
- versionConfig ↔ String?
-
Specifies which version of the resources to delete.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited