class

MCProtocol::CompleteRequestParamsArgument

Inherits JSON::Serializable < Reference < Object

The argument's information

Constructors

new(name : String, value : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

name

The name of the argument

Source
value

The value of the argument to use for completion matching.

Source