Tmdb4ItemStatus

@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)

Constructors

Link copied to clipboard
constructor(statusMessage: String? = null, errorMessage: String? = null, id: Int? = null, success: Boolean? = null, statusCode: Int, mediaType: TmdbMediaType, mediaId: Int)

Properties

Link copied to clipboard
val errorMessage: String? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val statusMessage: String? = null
Link copied to clipboard
val success: Boolean? = null