Class ListMessagesResponse
Lists the messages in the specified HL7v2 store.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ListMessagesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hl7V2Messages
The returned Messages. Won't be more Messages than the value of page_size in the request. See view for populated fields.
Declaration
[JsonProperty("hl7V2Messages")]
public virtual IList<Message> Hl7V2Messages { get; set; }
Property Value
Type | Description |
---|---|
IList<Message> |
NextPageToken
Token to retrieve the next page of results or empty if there are no more results in the list.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |