PathItem

constructor(summary: String? = null, description: String? = null, get: Operation? = null, post: Operation? = null, put: Operation? = null, delete: Operation? = null, patch: Operation? = null)