Paths
data class Paths(val head: Swagger.Path? = null, val get: Swagger.Path? = null, val post: Swagger.Path? = null, val put: Swagger.Path? = null, val patch: Swagger.Path? = null, val delete: Swagger.Path? = null)(source)
Constructors
Link copied to clipboard
constructor(head: Swagger.Path? = null, get: Swagger.Path? = null, post: Swagger.Path? = null, put: Swagger.Path? = null, patch: Swagger.Path? = null, delete: Swagger.Path? = null)