Class: Google::Apis::FitnessV1::AggregateResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/fitness_v1/classes.rb,
generated/google/apis/fitness_v1/representations.rb,
generated/google/apis/fitness_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AggregateResponse

Returns a new instance of AggregateResponse



193
194
195
# File 'generated/google/apis/fitness_v1/classes.rb', line 193

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bucketArray<Google::Apis::FitnessV1::AggregateBucket>

A list of buckets containing the aggregated data. Corresponds to the JSON property bucket



191
192
193
# File 'generated/google/apis/fitness_v1/classes.rb', line 191

def bucket
  @bucket
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



198
199
200
# File 'generated/google/apis/fitness_v1/classes.rb', line 198

def update!(**args)
  @bucket = args[:bucket] if args.key?(:bucket)
end