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.settings.model
/
ActiveFitUrl
Active
Fit
Url
AFCore
class
ActiveFitUrl
(
var
key
:
String
?
=
null
,
var
url
:
String
?
=
null
)
Data class representing an Active Fit URL.
Members
Constructors
Active
Fit
Url
Link copied to clipboard
AFCore
constructor
(
key
:
String
?
=
null
,
url
:
String
?
=
null
)
Properties
key
Link copied to clipboard
AFCore
var
key
:
String
?
The key associated with the URL.
url
Link copied to clipboard
AFCore
var
url
:
String
?
The URL string.
Functions
to
String
Link copied to clipboard
AFCore
open
override
fun
toString
(
)
:
String