toggle menu
BB Native Player SDK
common
switch theme
search in API
bbnativeshared
/
com.bluebillywig.bbnativeshared.model
/
Dates
Dates
data
class
Dates
(
val
created
:
String
?
=
null
,
val
updated
:
String
?
=
null
,
val
published
:
String
?
=
null
)
Members
Constructors
Dates
Link copied to clipboard
constructor
(
created
:
String
?
=
null
,
updated
:
String
?
=
null
,
published
:
String
?
=
null
)
Properties
created
Link copied to clipboard
val
created
:
String
?
=
null
published
Link copied to clipboard
val
published
:
String
?
=
null
updated
Link copied to clipboard
val
updated
:
String
?
=
null