servers property
An alternative Server array to service this operation. If an alternative Server object is specified at the PathItem level, it will be overridden by this value.
Implementation
List<Security>? get security;/// An alternative [Server] array to service this operation.
/// If an alternative [Server] object is specified at the [PathItem] level,
/// it will be overridden by this value.
List<Server>? get servers;