Show / Hide Table of Contents

Class ListHl7V2StoresResponse

Lists the HL7v2 stores in the given dataset.

Inheritance
object
ListHl7V2StoresResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX