Show / Hide Table of Contents

Class ListDataPointsResponse

Response containing raw data points matching the query

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

Methods

GetEnumerator()

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

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