IntroDbResponse

@Serializable
data class IntroDbResponse(val imdbId: String?, val season: Int?, val episode: Int?, val intro: IntroDbSkip.Segment?, val recap: IntroDbSkip.Segment?, val outro: IntroDbSkip.Segment?)(source)

Constructors

Link copied to clipboard
constructor(imdbId: String?, season: Int?, episode: Int?, intro: IntroDbSkip.Segment?, recap: IntroDbSkip.Segment?, outro: IntroDbSkip.Segment?)

Properties

Link copied to clipboard
@SerialName(value = "episode")
val episode: Int?
Link copied to clipboard
@SerialName(value = "imdb_id")
val imdbId: String?
Link copied to clipboard
@SerialName(value = "intro")
val intro: IntroDbSkip.Segment?
Link copied to clipboard
@SerialName(value = "outro")
val outro: IntroDbSkip.Segment?
Link copied to clipboard
@SerialName(value = "recap")
val recap: IntroDbSkip.Segment?
Link copied to clipboard
@SerialName(value = "season")
val season: Int?