additionalBindings property

List<HttpRule>? additionalBindings
getter/setter pair

Additional HTTP bindings for the selector.

Nested bindings must not contain an additional_bindings field themselves (that is, the nesting may only be one level deep).

Implementation

core.List<HttpRule>? additionalBindings;