Class RollbackHL7MessagesFilteringFields
Filtering fields for an HL7v2 rollback. Currently only supports a list of operation ids to roll back.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class RollbackHL7MessagesFilteringFields : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OperationIds
Optional. A list of operation IDs to roll back.
Declaration
[JsonProperty("operationIds")]
public virtual IList<ulong?> OperationIds { get; set; }
Property Value
Type | Description |
---|---|
IList<ulong?> |