PathItem
constructor(summary: String? = null, description: String? = null, put: Operation? = null, post: Operation? = null, delete: Operation? = null, options: Operation? = null, get: Operation? = null, head: Operation? = null, patch: Operation? = null, trace: Operation? = null, servers: List<Server>? = null, parameters: List<ReferenceOr<Parameter>>? = null, extensions: ExtensionProperties? = null)(source)