Seraphine

@Serializable
data class Seraphine(val stepIndex: Int? = null)

Constructors

Link copied to clipboard
constructor(stepIndex: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "step_index")
val stepIndex: Int? = null