View Source ExOura.Client.Vo2MaxModel (ex_oura v1.0.0)

Provides struct and type for a Vo2MaxModel

Summary

Types

t()

@type t() :: %ExOura.Client.Vo2MaxModel{
  day: Date.t(),
  id: String.t(),
  timestamp: ExOura.Client.Vo2MaxModelTimestamp.t(),
  vo2_max: number() | nil
}