Class ReconcileDataPointsResponse
Response containing the list of reconciled DataPoints.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ReconcileDataPointsResponse : IMessage<ReconcileDataPointsResponse>, IEquatable<ReconcileDataPointsResponse>, IDeepCloneable<ReconcileDataPointsResponse>, IBufferMessage, IMessage, IPageResponse<ReconciledDataPoint>, IEnumerable<ReconciledDataPoint>, IEnumerable
Constructors
ReconcileDataPointsResponse()
Declaration
public ReconcileDataPointsResponse()
ReconcileDataPointsResponse(ReconcileDataPointsResponse)
Declaration
public ReconcileDataPointsResponse(ReconcileDataPointsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ReconcileDataPointsResponse | other |
Properties
DataPoints
Data points matching the query
Declaration
public RepeatedField<ReconciledDataPoint> DataPoints { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<ReconciledDataPoint> |
NextPageToken
Next page token, empty if the response is complete
Declaration
public string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<ReconciledDataPoint> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<ReconciledDataPoint> |