Class RollbackHl7V2MessagesResponse
Final response of rollback HL7v2 messages request.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class RollbackHl7V2MessagesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hl7v2Store
The name of the HL7v2 store to rollback, in the format of "projects/{project_id}/locations/{location_id}/datasets/{dataset_id} /hl7v2Stores/{hl7v2_store_id}".
Declaration
[JsonProperty("hl7v2Store")]
public virtual string Hl7v2Store { get; set; }
Property Value
Type | Description |
---|---|
string |