ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.content.models
/
Headline
Headline
@
JsonClass
(
generateAdapter
=
true
)
data
class
Headline
(
val
basic
:
String
?
,
val
print
:
String
?
,
val
social
:
String
?
,
val
native
:
String
?
,
val
tablet
:
String
?
,
val
web
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Headline
Link copied to clipboard
fun
Headline
(
basic
:
String
?
,
print
:
String
?
,
social
:
String
?
,
native
:
String
?
,
tablet
:
String
?
,
web
:
String
?
)
Content copied to clipboard
Properties
basic
Link copied to clipboard
val
basic
:
String
?
Content copied to clipboard
native
Link copied to clipboard
val
native
:
String
?
Content copied to clipboard
print
Link copied to clipboard
val
print
:
String
?
Content copied to clipboard
social
Link copied to clipboard
val
social
:
String
?
Content copied to clipboard
tablet
Link copied to clipboard
val
tablet
:
String
?
Content copied to clipboard
web
Link copied to clipboard
val
web
:
String
?
Content copied to clipboard