Path
fun Path(get: PathOperation? = null, put: PathOperation? = null, post: PathOperation? = null, delete: PathOperation? = null, options: PathOperation? = null, head: PathOperation? = null, patch: PathOperation? = null, trace: PathOperation? = null, servers: List<Server>? = null, parameters: List<Parameter>? = null)
Content copied to clipboard