SegmentResult

@Serializable
data class SegmentResult(val id: Int, val success: Boolean)

Constructors

Link copied to clipboard
constructor(id: Int, success: Boolean)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard