tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbStatusResult
Tmdb
Status
Result
@
Serializable
data
class
TmdbStatusResult
(
val
statusMessage
:
String
?
=
null
,
val
errorMessage
:
String
?
=
null
,
val
id
:
Int
?
=
null
,
val
success
:
Boolean
?
=
null
,
val
statusCode
:
Int
)
Members
Constructors
Tmdb
Status
Result
Link copied to clipboard
constructor
(
statusMessage
:
String
?
=
null
,
errorMessage
:
String
?
=
null
,
id
:
Int
?
=
null
,
success
:
Boolean
?
=
null
,
statusCode
:
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
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