Class ActiveZoneMinutes
Record of active zone minutes in a given time interval.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ActiveZoneMinutes : IMessage<ActiveZoneMinutes>, IEquatable<ActiveZoneMinutes>, IDeepCloneable<ActiveZoneMinutes>, IBufferMessage, IMessage
Constructors
ActiveZoneMinutes()
Declaration
public ActiveZoneMinutes()
ActiveZoneMinutes(ActiveZoneMinutes)
Declaration
public ActiveZoneMinutes(ActiveZoneMinutes other)
Parameters
| Type | Name | Description |
|---|---|---|
| ActiveZoneMinutes | other |
Properties
ActiveZoneMinutes_
Required. Number of Active Zone Minutes earned in the given time interval. Note: active_zone_minutes equals to 1 for low intensity (fat burn) zones or 2 for high intensity zones (cardio, peak).
Declaration
public long ActiveZoneMinutes_ { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
HeartRateZone
Required. Heart rate zone in which the active zone minutes have been earned, in the given time interval.
Declaration
public ActiveZoneMinutes.Types.HeartRateZone HeartRateZone { get; set; }
Property Value
| Type | Description |
|---|---|
| ActiveZoneMinutes.Types.HeartRateZone |
Interval
Required. Observed interval.
Declaration
public ObservationTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationTimeInterval |