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 generated/google/apis/fitness_v1/classes.rb, line 731
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/fitness_v1/classes.rb, line 736
def update!(**args)
  @fp_val = args[:fp_val] if args.key?(:fp_val)
end