Meta

@JsonSerializable
data class Meta(val progress: ProgressToken? = null)

Constructors

Link copied to clipboard
constructor(progress: ProgressToken? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val progress: ProgressToken? = null