mgp_property
Reference to a named property value.
Public Attributes​
Name | |
---|---|
const char * | name Name (key) of a property as a NULL terminated string. |
struct mgp_value * | value Value of the referenced property. |
Public Attributes Documentation​
variable name​
const char * name;
Name (key) of a property as a NULL terminated string.
variable value​
struct mgp_value * value;
Value of the referenced property.