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