Class RollbackFhirResourceFilteringFields
Filters to select resources that need to be rolled back.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class RollbackFhirResourceFilteringFields : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MetadataFilter
Optional. A filter expression that matches data in the Resource.meta element. Supports all filters in
AIP-160 except the "has" (:) operator. Supports the following custom
functions: * tag("") = "" for tag filtering. * extension_value_ts("") = for filtering extensions with a
timestamp, where `` is a Unix timestamp. Supports the >, <, <=, >=, and
!= comparison operators.
Declaration
[JsonProperty("metadataFilter")]
public virtual string MetadataFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OperationIds
Optional. A list of operation IDs to roll back. Only changes made by these operations will be rolled back.
Declaration
[JsonProperty("operationIds")]
public virtual IList<ulong?> OperationIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ulong?> |