Class: Google::Apis::HealthV4::ActiveMinutesRollupValue
- Inherits:
-
Object
- Object
- Google::Apis::HealthV4::ActiveMinutesRollupValue
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/health_v4/classes.rb,
lib/google/apis/health_v4/representations.rb,
lib/google/apis/health_v4/representations.rb
Overview
Represents the result of the rollup of the active minutes data type.
Instance Attribute Summary collapse
-
#active_minutes_rollup_by_activity_level ⇒ Array<Google::Apis::HealthV4::ActiveMinutesRollupByActivityLevel>
Active minutes by activity level.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ActiveMinutesRollupValue
constructor
A new instance of ActiveMinutesRollupValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ActiveMinutesRollupValue
Returns a new instance of ActiveMinutesRollupValue.
111 112 113 |
# File 'lib/google/apis/health_v4/classes.rb', line 111 def initialize(**args) update!(**args) end |
Instance Attribute Details
#active_minutes_rollup_by_activity_level ⇒ Array<Google::Apis::HealthV4::ActiveMinutesRollupByActivityLevel>
Active minutes by activity level. At most one record per activity level is
allowed.
Corresponds to the JSON property activeMinutesRollupByActivityLevel
109 110 111 |
# File 'lib/google/apis/health_v4/classes.rb', line 109 def active_minutes_rollup_by_activity_level @active_minutes_rollup_by_activity_level end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
116 117 118 |
# File 'lib/google/apis/health_v4/classes.rb', line 116 def update!(**args) @active_minutes_rollup_by_activity_level = args[:active_minutes_rollup_by_activity_level] if args.key?(:active_minutes_rollup_by_activity_level) end |