Class ListDataPointsResponse
Response containing raw data points matching the query
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ListDataPointsResponse : IMessage<ListDataPointsResponse>, IEquatable<ListDataPointsResponse>, IDeepCloneable<ListDataPointsResponse>, IBufferMessage, IMessage, IPageResponse<DataPoint>, IEnumerable<DataPoint>, IEnumerable
Constructors
ListDataPointsResponse()
Declaration
public ListDataPointsResponse()
ListDataPointsResponse(ListDataPointsResponse)
Declaration
public ListDataPointsResponse(ListDataPointsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListDataPointsResponse | other |
Properties
DataPoints
Data points matching the query
Declaration
public RepeatedField<DataPoint> DataPoints { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<DataPoint> |
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<DataPoint> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<DataPoint> |