ResultData

data class ResultData(val url: String, val tags: List<String>, val actors: List<ActorData>?, val actorsText: UiText?, val comingSoon: Boolean, val backgroundPosterUrl: String?, val title: String, var syncData: Map<String, String>, val posterImage: UiImage?, val posterBackgroundImage: UiImage?, val plotText: UiText, val apiName: UiText, val ratingText: UiText?, val contentRatingText: UiText?, val vpnText: UiText?, val metaText: UiText?, val durationText: UiText?, val onGoingText: UiText?, val noEpisodesFoundText: UiText?, val titleText: UiText, val typeText: UiText, val yearText: UiText?, val nextAiringDate: UiText?, val nextAiringEpisode: UiText?, val plotHeaderText: UiText)

Constructors

Link copied to clipboard
constructor(url: String, tags: List<String>, actors: List<ActorData>?, actorsText: UiText?, comingSoon: Boolean, backgroundPosterUrl: String?, title: String, syncData: Map<String, String>, posterImage: UiImage?, posterBackgroundImage: UiImage?, plotText: UiText, apiName: UiText, ratingText: UiText?, contentRatingText: UiText?, vpnText: UiText?, metaText: UiText?, durationText: UiText?, onGoingText: UiText?, noEpisodesFoundText: UiText?, titleText: UiText, typeText: UiText, yearText: UiText?, nextAiringDate: UiText?, nextAiringEpisode: UiText?, plotHeaderText: UiText)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String
Link copied to clipboard
Link copied to clipboard