Provides struct and type for a EnhancedTagModel
@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 }