Class StageSummary
Total duration and segment count for a stage.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class StageSummary : IDirectResponseSchema
Properties
Count
Output only. Number of sleep stages segments.
Declaration
[JsonProperty("count")]
public virtual long? Count { 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 |
Minutes
Output only. Total duration in minutes of a sleep stage.
Declaration
[JsonProperty("minutes")]
public virtual long? Minutes { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Type
Output only. Sleep stage type: AWAKE, DEEP, REM, LIGHT etc.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |