Show / Hide Table of Contents

Class ExerciseMetadata

Additional exercise metadata.

Inheritance
object
ExerciseMetadata
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX