Show / Hide Table of Contents

Class ReconcileDataPointsResponse

Response containing the list of reconciled DataPoints.

Inheritance
object
ReconcileDataPointsResponse
Implements
IMessage<ReconcileDataPointsResponse>
IEquatable<ReconcileDataPointsResponse>
IDeepCloneable<ReconcileDataPointsResponse>
IBufferMessage
IMessage
IPageResponse<ReconciledDataPoint>
IEnumerable<ReconciledDataPoint>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
IPageResponse<TResource>.NextPageToken

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<ReconciledDataPoint> GetEnumerator()
Returns
Type Description
IEnumerator<ReconciledDataPoint>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX