Class IngestMessageResponse
Acknowledges that a message has been ingested into the specified HL7v2 store.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class IngestMessageResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hl7Ack
HL7v2 ACK message.
Declaration
[JsonProperty("hl7Ack")]
public virtual string Hl7Ack { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Created message resource.
Declaration
[JsonProperty("message")]
public virtual Message Message { get; set; }
Property Value
Type | Description |
---|---|
Message |