allowMethods property

List<String>? allowMethods
final

Represents a collection of allowed HTTP methods. Supported only for HTTP APIs.

Implementation

final List<String>? allowMethods;