Show / Hide Table of Contents

Class SplitSummary

Represents splits or laps recorded within an exercise. Lap events partition a workout into segments based on criteria like distance, time, or calories.

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

Properties

ActiveDuration

Output only. Lap time excluding the pauses.

Declaration
[JsonProperty("activeDuration")]
public virtual object ActiveDuration { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

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

EndTime

object representation of EndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

Required. Lap end time

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

EndUtcOffset

Required. Lap end time offset from UTC

Declaration
[JsonProperty("endUtcOffset")]
public virtual object EndUtcOffset { get; set; }
Property Value
Type Description
object

MetricsSummary

Required. Summary metrics for this split.

Declaration
[JsonProperty("metricsSummary")]
public virtual MetricsSummary MetricsSummary { get; set; }
Property Value
Type Description
MetricsSummary

SplitType

Required. Method used to split the exercise laps. Users may manually mark the lap as complete even if the tracking is automatic.

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

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

Required. Lap start time

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

StartUtcOffset

Required. Lap start time offset from UTC

Declaration
[JsonProperty("startUtcOffset")]
public virtual object StartUtcOffset { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX