servers property

List<APIServerDescription?>? servers
getter/setter pair

An alternative server array to service this operation.

If an alternative server object is specified at the APIPath or APIDocument level, it will be overridden by this value.

Implementation

List<APIServerDescription?>? servers;