Voting helps other researchers find interesting modules.
Represents a measurements, which is one of the possible Value types. A measurement value like "5.2 meter^2 / second" would be represented as: magnitude: 5.2 unit { unit_mid: "/m/mid_for_meter" power: 2 } unit { unit_mid: "/m/mid_for_second" power: -1 }
magnitude
number()
nil
unit
list(GoogleApi.ContentWarehouse.V1.Model.FreebaseMeasurementUnit.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FreebaseMeasurement{ magnitude: number() | nil, unit: [GoogleApi.ContentWarehouse.V1.Model.FreebaseMeasurementUnit.t()] | nil }
@spec decode(struct(), keyword()) :: struct()