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 generated/google/apis/fitness_v1/classes.rb, line 185
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/fitness_v1/classes.rb, line 190
def update!(**args)
  @bucket = args[:bucket] if args.key?(:bucket)
end