Class ActiveZoneMinutes
Record of active zone minutes in a given time interval.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ActiveZoneMinutes : IDirectResponseSchema
Properties
ActiveZoneMinutesValue
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
[JsonProperty("activeZoneMinutes")]
public virtual long? ActiveZoneMinutesValue { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HeartRateZone
Required. Heart rate zone in which the active zone minutes have been earned, in the given time interval.
Declaration
[JsonProperty("heartRateZone")]
public virtual string HeartRateZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Interval
Required. Observed interval.
Declaration
[JsonProperty("interval")]
public virtual ObservationTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationTimeInterval |