toggle menu
ZappBase
androidJvm
switch theme
search in API
Core
/
com.zappstudio.zappbase.data.entity
/
RemoteConfigPrivacyPolicyEntity
Remote
Config
Privacy
Policy
Entity
@
JsonClass
(
generateAdapter
=
true
)
data
class
RemoteConfigPrivacyPolicyEntity
(
@
Json
(
name
=
"version_android"
)
val
version
:
String
,
@
Json
(
name
=
"url_android"
)
val
url
:
String
)
Members
Constructors
Remote
Config
Privacy
Policy
Entity
Link copied to clipboard
constructor
(
@
Json
(
name
=
"version_android"
)
version
:
String
,
@
Json
(
name
=
"url_android"
)
url
:
String
)
Properties
url
Link copied to clipboard
val
url
:
String
version
Link copied to clipboard
val
version
:
String