class Google::Apis::FitnessV1::MapValue
Holder object for the value of an entry in a map field of a data point. A map value supports a subset of the formats that the regular Value
supports.
Attributes
fp_val[RW]
Floating point value. Corresponds to the JSON property `fpVal` @return [Float]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/fitness_v1/classes.rb, line 828 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/fitness_v1/classes.rb, line 833 def update!(**args) @fp_val = args[:fp_val] if args.key?(:fp_val) end