TvShowReview

data class TvShowReview(val id: String?, val url: String?, val author: String?, val authorDetails: ReviewAuthorDetails?, val content: String?, val createdAt: Instant?, val updatedAt: Instant?) : TmdbType, TmdbStringId

Constructors

Link copied to clipboard
constructor(id: String?, url: String?, author: String?, authorDetails: ReviewAuthorDetails?, content: String?, createdAt: Instant?, updatedAt: Instant?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val id: String?
Link copied to clipboard
Link copied to clipboard
val url: String?

Functions

Link copied to clipboard
fun handleUnknownProperty(key: String, value: Any?)