Show / Hide Table of Contents

Class FloorsRollupValue

Represents the result of the rollup of the user's floors.

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

Constructors

FloorsRollupValue()

Declaration
public FloorsRollupValue()

FloorsRollupValue(FloorsRollupValue)

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

Properties

CountSum

Sum of the floors count.

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