toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify.models
/
ReleaseDate
Release
Date
@
Serializable
data
class
ReleaseDate
(
val
year
:
Int
,
val
month
:
Int
?
,
val
day
:
Int
?
)
(
source
)
Members
Constructors
Release
Date
Link copied to clipboard
constructor
(
year
:
Int
,
month
:
Int
?
,
day
:
Int
?
)
Properties
day
Link copied to clipboard
val
day
:
Int
?
month
Link copied to clipboard
val
month
:
Int
?
year
Link copied to clipboard
val
year
:
Int