Class ActivityLevelRollupValue
Represents the result of the rollup of the activity level data type.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ActivityLevelRollupValue : IMessage<ActivityLevelRollupValue>, IEquatable<ActivityLevelRollupValue>, IDeepCloneable<ActivityLevelRollupValue>, IBufferMessage, IMessage
Constructors
ActivityLevelRollupValue()
Declaration
public ActivityLevelRollupValue()
ActivityLevelRollupValue(ActivityLevelRollupValue)
Declaration
public ActivityLevelRollupValue(ActivityLevelRollupValue other)
Parameters
| Type | Name | Description |
|---|---|---|
| ActivityLevelRollupValue | other |
Properties
ActivityLevelRollupsByActivityLevelType
List of total durations in each activity level type.
Declaration
public RepeatedField<ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType> ActivityLevelRollupsByActivityLevelType { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType> |