A tag (label) attached to a NebulaGraphEx.Types.Vertex, carrying a map of
property names to decoded Elixir values.
Fields
:name— tag name binary, e.g."Player".:props— map ofbinary() => term()property values.
Example
%NebulaGraphEx.Types.Tag{
name: "Player",
props: %{"name" => "Tim Duncan", "age" => 42}
}
Summary
Functions
Returns the value of a property by name, or nil.