Show / Hide Table of Contents

Class ActiveMinutes

Record of active minutes in a given time interval.

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

Constructors

ActiveMinutes()

Declaration
public ActiveMinutes()

ActiveMinutes(ActiveMinutes)

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

Properties

ActiveMinutesByActivityLevel

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

Declaration
public RepeatedField<ActiveMinutes.Types.ActiveMinutesByActivityLevel> ActiveMinutesByActivityLevel { get; }
Property Value
Type Description
RepeatedField<ActiveMinutes.Types.ActiveMinutesByActivityLevel>

Interval

Required. Observed interval.

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