Class: Google::Apis::FitnessV1::BucketByTimePeriod
- Inherits:
-
Object
- Object
- Google::Apis::FitnessV1::BucketByTimePeriod
- 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
-
#time_zone_id ⇒ String
org.joda.timezone.DateTimeZone Corresponds to the JSON property
timeZoneId
. -
#type ⇒ String
Corresponds to the JSON property
type
. -
#value ⇒ Fixnum
Corresponds to the JSON property
value
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BucketByTimePeriod
constructor
A new instance of BucketByTimePeriod.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BucketByTimePeriod
Returns a new instance of BucketByTimePeriod
340 341 342 |
# File 'generated/google/apis/fitness_v1/classes.rb', line 340 def initialize(**args) update!(**args) end |
Instance Attribute Details
#time_zone_id ⇒ String
org.joda.timezone.DateTimeZone
Corresponds to the JSON property timeZoneId
328 329 330 |
# File 'generated/google/apis/fitness_v1/classes.rb', line 328 def time_zone_id @time_zone_id end |
#type ⇒ String
Corresponds to the JSON property type
333 334 335 |
# File 'generated/google/apis/fitness_v1/classes.rb', line 333 def type @type end |
#value ⇒ Fixnum
Corresponds to the JSON property value
338 339 340 |
# File 'generated/google/apis/fitness_v1/classes.rb', line 338 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
345 346 347 348 349 |
# File 'generated/google/apis/fitness_v1/classes.rb', line 345 def update!(**args) @time_zone_id = args[:time_zone_id] if args.key?(:time_zone_id) @type = args[:type] if args.key?(:type) @value = args[:value] if args.key?(:value) end |