Describes a resolved reference to a declaration.
Name | Type | Description | Notes |
---|---|---|---|
name | String | The fully qualified name of the declaration. | [optional] |
overloadId | List<String> | For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules. If the list has more than one element, overload resolution among the presented candidates must happen at runtime because of dynamic types. The type checker attempts to narrow down this list as much as possible. Empty if this is not a reference to a [Decl.FunctionDecl][google.api.expr.v1alpha1.Decl.FunctionDecl]. | [optional] |
value | Constant | [optional] |