Class ExerciseMetadata
Additional exercise metadata.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ExerciseMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasGps
Optional. Whether the exercise had GPS tracking.
Declaration
[JsonProperty("hasGps")]
public virtual bool? HasGps { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
PoolLengthMillimeters
Optional. Pool length in millimeters. Only present in the swimming exercises.
Declaration
[JsonProperty("poolLengthMillimeters")]
public virtual long? PoolLengthMillimeters { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |