DataPoint

@Serializable
data class DataPoint(val name: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "name")
val name: String? = null