methods property
methods refers to the REST verbs as in https://httpwg.org/specs/rfc9110.html For example: GET, POST, PUT, DELETE, etc.
They need to be in uppercase. When none specified, all verb types are allowed.
Optional.
Implementation
core.List<core.String>? methods;