servers

fun servers(configure: Servers.Builder.() -> Unit)(source)

Adds server definitions specific to this operation using the Servers DSL.

Report a problem

Parameters

configure

DSL to define one or more servers.


Collected server definitions specific to this operation.

Report a problem