CollectionImages
data class CollectionImages(val id: Int?, val backdrops: List<ImageListResult> = emptyList(), val posters: List<ImageListResult> = emptyList()) : TmdbType, TmdbIntId
Constructors
Link copied to clipboard
constructor(id: Int?, backdrops: List<ImageListResult> = emptyList(), posters: List<ImageListResult> = emptyList())