Class ActivityLevel
Internal type to capture activity level during a certain time interval.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ActivityLevel : IMessage<ActivityLevel>, IEquatable<ActivityLevel>, IDeepCloneable<ActivityLevel>, IBufferMessage, IMessage
Constructors
ActivityLevel()
Declaration
public ActivityLevel()
ActivityLevel(ActivityLevel)
Declaration
public ActivityLevel(ActivityLevel other)
Parameters
| Type | Name | Description |
|---|---|---|
| ActivityLevel | other |
Properties
ActivityLevelType
Required. Activity level type in the given time interval.
Declaration
public ActivityLevel.Types.ActivityLevelType ActivityLevelType { get; set; }
Property Value
| Type | Description |
|---|---|
| ActivityLevel.Types.ActivityLevelType |
Interval
Required. Observed interval.
Declaration
public ObservationTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationTimeInterval |