Show / Hide Table of Contents

Class SleepMetadata

Additional information about how the sleep was processed.

Inheritance
object
SleepMetadata
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 SleepMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExternalId

Optional. Sleep identifier relevant in the context of the data source.

Declaration
[JsonProperty("externalId")]
public virtual string ExternalId { get; set; }
Property Value
Type Description
string

ManuallyEdited

Output only. Some sleeps autodetected by algorithms can be manually edited by users.

Declaration
[JsonProperty("manuallyEdited")]
public virtual bool? ManuallyEdited { get; set; }
Property Value
Type Description
bool?

Nap

Output only. Naps are sleeps without stages and relatively short durations.

Declaration
[JsonProperty("nap")]
public virtual bool? Nap { get; set; }
Property Value
Type Description
bool?

Processed

Output only. Sleep and sleep stages algorithms finished processing.

Declaration
[JsonProperty("processed")]
public virtual bool? Processed { get; set; }
Property Value
Type Description
bool?

StagesStatus

Output only. Sleep stages algorithm processing status.

Declaration
[JsonProperty("stagesStatus")]
public virtual string StagesStatus { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX