methodSettings property
A map that defines the method settings for a Stage resource. Keys
(designated as /{method_setting_key below) are method paths
defined as {resource_path}/{http_method} for an individual
method override, or /*/* for overriding all methods in the
stage.
Implementation
final Map<String, MethodSetting>? methodSettings;