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

Provides struct and type for a PersonalInfoResponse

Summary

Types

t()

@type t() :: %ExOura.Client.PersonalInfoResponse{
  age: integer() | nil,
  biological_sex: String.t() | nil,
  email: String.t() | nil,
  height: number() | nil,
  id: String.t(),
  weight: number() | nil
}