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.
Constructor Details
#initialize(**args) ⇒ BucketByTimePeriod
Returns a new instance of BucketByTimePeriod.
343 344 345 |
# File 'generated/google/apis/fitness_v1/classes.rb', line 343 def initialize(**args) update!(**args) end |
Instance Attribute Details
#time_zone_id ⇒ String
org.joda.timezone.DateTimeZone
Corresponds to the JSON property timeZoneId
331 332 333 |
# File 'generated/google/apis/fitness_v1/classes.rb', line 331 def time_zone_id @time_zone_id end |
#type ⇒ String
Corresponds to the JSON property type
336 337 338 |
# File 'generated/google/apis/fitness_v1/classes.rb', line 336 def type @type end |
#value ⇒ Fixnum
Corresponds to the JSON property value
341 342 343 |
# File 'generated/google/apis/fitness_v1/classes.rb', line 341 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
348 349 350 351 352 |
# File 'generated/google/apis/fitness_v1/classes.rb', line 348 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 |