routingParameters property

List<RoutingParameter> routingParameters
final

A collection of Routing Parameter specifications. NOTE: If multiple Routing Parameters describe the same key (via the path_template field or via the field field when path_template is not provided), "last one wins" rule determines which Parameter gets used. See the examples for more details.

Implementation

final List<RoutingParameter> routingParameters;