tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
Tmdb4ItemStatus
Tmdb4Item
Status
@
Serializable
data
class
Tmdb4ItemStatus
(
val
statusMessage
:
String
?
=
null
,
val
errorMessage
:
String
?
=
null
,
val
id
:
Int
?
=
null
,
val
success
:
Boolean
?
=
null
,
val
statusCode
:
Int
,
val
mediaType
:
TmdbMediaType
,
val
mediaId
:
Int
)
Members
Constructors
Tmdb4Item
Status
Link copied to clipboard
constructor
(
statusMessage
:
String
?
=
null
,
errorMessage
:
String
?
=
null
,
id
:
Int
?
=
null
,
success
:
Boolean
?
=
null
,
statusCode
:
Int
,
mediaType
:
TmdbMediaType
,
mediaId
:
Int
)
Properties
error
Message
Link copied to clipboard
@
SerialName
(
value
=
"error_message"
)
val
errorMessage
:
String
?
=
null
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
?
=
null
media
Id
Link copied to clipboard
@
SerialName
(
value
=
"media_id"
)
val
mediaId
:
Int
media
Type
Link copied to clipboard
@
SerialName
(
value
=
"media_type"
)
val
mediaType
:
TmdbMediaType
status
Code
Link copied to clipboard
@
SerialName
(
value
=
"status_code"
)
val
statusCode
:
Int
status
Message
Link copied to clipboard
@
SerialName
(
value
=
"status_message"
)
val
statusMessage
:
String
?
=
null
success
Link copied to clipboard
@
SerialName
(
value
=
"success"
)
val
success
:
Boolean
?
=
null