AFCore
Toggle table of contents
1.6.1
AFCore
Target filter
AFCore
Switch theme
Search in API
Skip to content
AFCore
AFCore
/
com.advantahealth.api.programs.model
/
ProgramData
Program
Data
AFCore
class
ProgramData
(
var
dailyGoal
:
Int
?
=
null
,
var
dailyStepsGoal
:
Int
?
=
null
,
var
goalsNeededForMonth
:
Int
?
=
null
,
var
dailyVisitsGoal
:
Int
?
=
null
)
Members
Constructors
Program
Data
Link copied to clipboard
AFCore
constructor
(
dailyGoal
:
Int
?
=
null
,
dailyStepsGoal
:
Int
?
=
null
,
goalsNeededForMonth
:
Int
?
=
null
,
dailyVisitsGoal
:
Int
?
=
null
)
Properties
daily
Goal
Link copied to clipboard
AFCore
var
dailyGoal
:
Int
?
daily
Steps
Goal
Link copied to clipboard
AFCore
var
dailyStepsGoal
:
Int
?
daily
Visits
Goal
Link copied to clipboard
AFCore
var
dailyVisitsGoal
:
Int
?
goals
Needed
For
Month
Link copied to clipboard
AFCore
var
goalsNeededForMonth
:
Int
?
Functions
to
String
Link copied to clipboard
AFCore
open
override
fun
toString
(
)
:
String