Show / Hide Table of Contents

Class ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType

Represents the total duration in a specific activity level type.

Inheritance
object
ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType
Implements
IMessage<ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType>
IEquatable<ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType>
IDeepCloneable<ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType>
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 ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType : IMessage<ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType>, IEquatable<ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType>, IDeepCloneable<ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType>, IBufferMessage, IMessage

Constructors

ActivityLevelRollupByActivityLevelType()

Declaration
public ActivityLevelRollupByActivityLevelType()

ActivityLevelRollupByActivityLevelType(ActivityLevelRollupByActivityLevelType)

Declaration
public ActivityLevelRollupByActivityLevelType(ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType other)
Parameters
Type Name Description
ActivityLevelRollupValue.Types.ActivityLevelRollupByActivityLevelType other

Properties

ActivityLevelType

Activity level type.

Declaration
public ActivityLevel.Types.ActivityLevelType ActivityLevelType { get; set; }
Property Value
Type Description
ActivityLevel.Types.ActivityLevelType

TotalDuration

Total duration in the activity level type.

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