RollbackFhirResourcesRequest class

Constructors

RollbackFhirResourcesRequest({String? changeType, bool? excludeRollbacks, RollbackFhirResourceFilteringFields? filteringFields, bool? force, String? inputGcsObject, String? resultGcsBucket, String? rollbackTime, List<String>? type})
RollbackFhirResourcesRequest.fromJson(Map json_)

Properties

changeType String?
CREATE/UPDATE/DELETE/ALL for reverting all txns of a certain type.
getter/setter pair
excludeRollbacks bool?
Specifies whether to exclude earlier rollbacks.
getter/setter pair
filteringFields RollbackFhirResourceFilteringFields?
Parameters for filtering resources
getter/setter pair
force bool?
When enabled, changes will be reverted without explicit confirmation
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputGcsObject String?
GCS object containing list of {resourceType}/{resourceId} lines, identifying resources to be reverted
getter/setter pair
resultGcsBucket String?
Bucket to deposit result
getter/setter pair
rollbackTime String?
Time point to rollback to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type List<String>?
If specified, revert only resources of these types
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