class Google::Apis::FitnessV1::AggregateResponse
Attributes
bucket[RW]
A list of buckets containing the aggregated data. Corresponds to the JSON property `bucket` @return [Array<Google::Apis::FitnessV1::AggregateBucket>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/fitness_v1/classes.rb, line 196 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/fitness_v1/classes.rb, line 201 def update!(**args) @bucket = args[:bucket] if args.key?(:bucket) end