Show / Hide Table of Contents

Class RollbackHL7MessagesFilteringFields

Filtering fields for an HL7v2 rollback. Currently only supports a list of operation ids to roll back.

Inheritance
object
RollbackHL7MessagesFilteringFields
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX