LSProtocol::CallHierarchyOutgoingCallsParams
Inherits JSON::Serializable / Reference / Object
The parameter of a callHierarchy/outgoingCalls request.
@since 3.16.0
Constructors
new(pull : JSON::PullParser)
Sourcenew(item : CallHierarchyItem | Nil, partial_result_token : ProgressToken | Nil = nil, work_done_token : ProgressToken | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
item
Sourcepartial_result_token
An optional token that a server can use to report partial results (e.g. streaming) to the client.