servers property Null safety
read / write
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;