Class: Google::Apis::FitnessV1::BucketByTimePeriod

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

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_idString

org.joda.timezone.DateTimeZone Corresponds to the JSON property timeZoneId

Returns:

  • (String)


331
332
333
# File 'generated/google/apis/fitness_v1/classes.rb', line 331

def time_zone_id
  @time_zone_id
end

#typeString

Corresponds to the JSON property type

Returns:

  • (String)


336
337
338
# File 'generated/google/apis/fitness_v1/classes.rb', line 336

def type
  @type
end

#valueFixnum

Corresponds to the JSON property value

Returns:

  • (Fixnum)


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