Show / Hide Table of Contents

Class StageSummary

Total duration and segment count for a stage.

Inheritance
object
StageSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX