CompleteParams

@Serializable
data class CompleteParams(val ref: CompleteRef, val argument: CompleteRequest.CompleteParams.Argument, val _meta: Map<String, JsonElement>? = null)

Constructors

Link copied to clipboard
constructor(ref: CompleteRef, argument: CompleteRequest.CompleteParams.Argument, _meta: Map<String, JsonElement>? = null)

Types

Link copied to clipboard
@Serializable
data class Argument(val name: String, val value: String)

Properties

Link copied to clipboard
val _meta: Map<String, JsonElement>?
Link copied to clipboard