Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
AniListApi
/
StartedAt
Started
At
@
Serializable
data
class
StartedAt
(
val
year
:
String
?
,
val
month
:
String
?
,
val
day
:
String
?
)
(
source
)
Members
Constructors
Started
At
Link copied to clipboard
constructor
(
year
:
String
?
,
month
:
String
?
,
day
:
String
?
)
Properties
day
Link copied to clipboard
@
SerialName
(
value
=
"day"
)
val
day
:
String
?
month
Link copied to clipboard
@
SerialName
(
value
=
"month"
)
val
month
:
String
?
year
Link copied to clipboard
@
SerialName
(
value
=
"year"
)
val
year
:
String
?