Class SwimLengthsData
Swim lengths data over the time interval.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class SwimLengthsData : IMessage<SwimLengthsData>, IEquatable<SwimLengthsData>, IDeepCloneable<SwimLengthsData>, IBufferMessage, IMessage
Constructors
SwimLengthsData()
Declaration
public SwimLengthsData()
SwimLengthsData(SwimLengthsData)
Declaration
public SwimLengthsData(SwimLengthsData other)
Parameters
| Type | Name | Description |
|---|---|---|
| SwimLengthsData | other |
Properties
Interval
Required. Observed interval.
Declaration
public ObservationTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationTimeInterval |
StrokeCount
Required. Number of strokes in the lap.
Declaration
public long StrokeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
SwimStrokeType
Required. Swim stroke type.
Declaration
public SwimLengthsData.Types.SwimStrokeType SwimStrokeType { get; set; }
Property Value
| Type | Description |
|---|---|
| SwimLengthsData.Types.SwimStrokeType |