Program Data
class ProgramData(var dailyGoal: Int? = null, var dailyStepsGoal: Int? = null, var goalsNeededForMonth: Int? = null, var dailyVisitsGoal: Int? = null)
ProgramData — goal configuration attached to a ProgramEntitlement.
Holds the per-member targets that drive a program's progress UI (daily goals and the monthly goal count). Which fields are populated depends on the program type; unused fields are null.