Class ListHl7V2StoresResponse
Lists the HL7v2 stores in the given dataset.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ListHl7V2StoresResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hl7V2Stores
The returned HL7v2 stores. Won't be more HL7v2 stores than the value of page_size in the request.
Declaration
[JsonProperty("hl7V2Stores")]
public virtual IList<Hl7V2Store> Hl7V2Stores { get; set; }
Property Value
Type | Description |
---|---|
IList<Hl7V2Store> |
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 |