methods property

List<String>? methods
getter/setter pair

methods refers to the REST verbs as in https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html.

When none specified, all verb types are allowed.

Implementation

core.List<core.String>? methods;