Class ExerciseEvent
Represents instantaneous events that happen during an exercise, such as start, stop, pause, split.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ExerciseEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventTime
object representation of EventTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventTimeDateTimeOffset instead.")]
public virtual object EventTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EventTimeDateTimeOffset
DateTimeOffset representation of EventTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EventTimeRaw
Required. Exercise event time
Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventUtcOffset
Required. Exercise event time offset from UTC
Declaration
[JsonProperty("eventUtcOffset")]
public virtual object EventUtcOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ExerciseEventType
Required. The type of the event, such as start, stop, pause, resume.
Declaration
[JsonProperty("exerciseEventType")]
public virtual string ExerciseEventType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |