View Source GoogleApi.Fitness.V1.Model.MapValue (google_api_fitness v0.26.0)

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

  • fpVal (type: float(), default: nil) - Floating point value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Fitness.V1.Model.MapValue{fpVal: float() | nil}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.