Class DailyRollUpDataPointsResponse
Response containing the list of rolled up data points.
Implements
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> |