ResumePoint

@Serializable
data class ResumePoint(val fullyPlayed: Boolean? = null, val resumePositionMs: Int? = null)

Constructors

Link copied to clipboard
constructor(fullyPlayed: Boolean? = null, resumePositionMs: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "fully_played")
val fullyPlayed: Boolean? = null
Link copied to clipboard
@SerialName(value = "resume_position_ms")
val resumePositionMs: Int? = null