Show / Hide Table of Contents

Class DailyRollUpDataPointsResponse

Response containing the list of rolled up data points.

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

Constructors

DailyRollUpDataPointsResponse()

Declaration
public DailyRollUpDataPointsResponse()

DailyRollUpDataPointsResponse(DailyRollUpDataPointsResponse)

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

Properties

RollupDataPoints

Values for each aggregation time window.

Declaration
public RepeatedField<DailyRollupDataPoint> RollupDataPoints { get; }
Property Value
Type Description
RepeatedField<DailyRollupDataPoint>
In this article
Back to top Generated by DocFX