parameters property
A list of parameters that are applicable for all the operations described under this Path. These parameters can be overridden at the operation level, but cannot be removed there.
Implementation
List<Server>? get servers;/// A list of parameters that are applicable for all the operations described under this Path.
/// These parameters can be overridden at the operation level, but cannot be removed there.
List<Parameter>? get parameters;