Show / Hide Table of Contents

Class SwimLengthsDataRollupValue

Represents the result of the rollup of the swim lengths data type.

Inheritance
object
SwimLengthsDataRollupValue
Implements
IMessage<SwimLengthsDataRollupValue>
IEquatable<SwimLengthsDataRollupValue>
IDeepCloneable<SwimLengthsDataRollupValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class SwimLengthsDataRollupValue : IMessage<SwimLengthsDataRollupValue>, IEquatable<SwimLengthsDataRollupValue>, IDeepCloneable<SwimLengthsDataRollupValue>, IBufferMessage, IMessage

Constructors

SwimLengthsDataRollupValue()

Declaration
public SwimLengthsDataRollupValue()

SwimLengthsDataRollupValue(SwimLengthsDataRollupValue)

Declaration
public SwimLengthsDataRollupValue(SwimLengthsDataRollupValue other)
Parameters
Type Name Description
SwimLengthsDataRollupValue other

Properties

StrokeCountSum

Total number of swim strokes in the interval.

Declaration
public long StrokeCountSum { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX