Show / Hide Table of Contents

Class ActiveMinutesRollupValue

Represents the result of the rollup of the active minutes data type.

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

Constructors

ActiveMinutesRollupValue()

Declaration
public ActiveMinutesRollupValue()

ActiveMinutesRollupValue(ActiveMinutesRollupValue)

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

Properties

ActiveMinutesRollupByActivityLevel

Active minutes by activity level. At most one record per activity level is allowed.

Declaration
public RepeatedField<ActiveMinutesRollupValue.Types.ActiveMinutesRollupByActivityLevel> ActiveMinutesRollupByActivityLevel { get; }
Property Value
Type Description
RepeatedField<ActiveMinutesRollupValue.Types.ActiveMinutesRollupByActivityLevel>
In this article
Back to top Generated by DocFX