Argument

@Serializable
data class Argument(val name: String, val value: String)(source)

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Properties

Link copied to clipboard

The name of the argument

Link copied to clipboard

The value of the argument to use for completion matching.