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

Provides struct and type for a EnhancedTagModel

Summary

Types

t()

@type t() :: %ExOura.Client.EnhancedTagModel{
  comment: String.t() | nil,
  custom_name: String.t() | nil,
  end_day: Date.t() | nil,
  end_time: String.t() | nil,
  id: String.t(),
  start_day: Date.t(),
  start_time: ExOura.Client.EnhancedTagModelStartTime.t(),
  tag_type_code: String.t() | nil
}