Show / Hide Table of Contents

Class StepsRollupValue

Represents the result of the rollup of the steps data type.

Inheritance
object
StepsRollupValue
Implements
IMessage<StepsRollupValue>
IEquatable<StepsRollupValue>
IDeepCloneable<StepsRollupValue>
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 StepsRollupValue : IMessage<StepsRollupValue>, IEquatable<StepsRollupValue>, IDeepCloneable<StepsRollupValue>, IBufferMessage, IMessage

Constructors

StepsRollupValue()

Declaration
public StepsRollupValue()

StepsRollupValue(StepsRollupValue)

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

Properties

CountSum

Total number of steps in the interval.

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