Show / Hide Table of Contents

Class RollUpDataPointsResponse

Response containing the list of rolled up data points.

Inheritance
object
RollUpDataPointsResponse
Implements
IMessage<RollUpDataPointsResponse>
IEquatable<RollUpDataPointsResponse>
IDeepCloneable<RollUpDataPointsResponse>
IBufferMessage
IMessage
IPageResponse<RollupDataPoint>
IEnumerable<RollupDataPoint>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class RollUpDataPointsResponse : IMessage<RollUpDataPointsResponse>, IEquatable<RollUpDataPointsResponse>, IDeepCloneable<RollUpDataPointsResponse>, IBufferMessage, IMessage, IPageResponse<RollupDataPoint>, IEnumerable<RollupDataPoint>, IEnumerable

Constructors

RollUpDataPointsResponse()

Declaration
public RollUpDataPointsResponse()

RollUpDataPointsResponse(RollUpDataPointsResponse)

Declaration
public RollUpDataPointsResponse(RollUpDataPointsResponse other)
Parameters
Type Name Description
RollUpDataPointsResponse other

Properties

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

RollupDataPoints

Values for each aggregation time window.

Declaration
public RepeatedField<RollupDataPoint> RollupDataPoints { get; }
Property Value
Type Description
RepeatedField<RollupDataPoint>

Methods

GetEnumerator()

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

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