shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.tracks.analysis
/
Meta
Meta
@
Serializable
data
class
Meta
(
val
analyzerVersion
:
String
?
=
null
,
val
platform
:
String
?
=
null
,
val
detailedStatus
:
String
?
=
null
,
val
statusCode
:
Int
?
=
null
,
val
timestamp
:
Long
?
=
null
,
val
analysisTime
:
Double
?
=
null
,
val
inputProcess
:
String
?
=
null
)
Members
Constructors
Meta
Link copied to clipboard
constructor
(
analyzerVersion
:
String
?
=
null
,
platform
:
String
?
=
null
,
detailedStatus
:
String
?
=
null
,
statusCode
:
Int
?
=
null
,
timestamp
:
Long
?
=
null
,
analysisTime
:
Double
?
=
null
,
inputProcess
:
String
?
=
null
)
Properties
analysis
Time
Link copied to clipboard
@
SerialName
(
value
=
"analysis_time"
)
val
analysisTime
:
Double
?
=
null
analyzer
Version
Link copied to clipboard
@
SerialName
(
value
=
"analyzer_version"
)
val
analyzerVersion
:
String
?
=
null
detailed
Status
Link copied to clipboard
@
SerialName
(
value
=
"detailed_status"
)
val
detailedStatus
:
String
?
=
null
input
Process
Link copied to clipboard
@
SerialName
(
value
=
"input_process"
)
val
inputProcess
:
String
?
=
null
platform
Link copied to clipboard
val
platform
:
String
?
=
null
status
Code
Link copied to clipboard
@
SerialName
(
value
=
"status_code"
)
val
statusCode
:
Int
?
=
null
timestamp
Link copied to clipboard
val
timestamp
:
Long
?
=
null