Class ListHl7V2StoresResponse
Lists the HL7v2 stores in the given dataset.
Inheritance
System.Object
ListHl7V2StoresResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ListHl7V2StoresResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Collections.Generic.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 |
|---|---|
| System.String |