forked from loafle/openapi-generator-original
add new files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package io.swagger.client.model
|
||||
|
||||
import org.joda.time.DateTime
|
||||
import java.util.UUID
|
||||
|
||||
|
||||
case class ApiResponse (
|
||||
code: Option[Integer],
|
||||
_type: Option[String],
|
||||
message: Option[String]
|
||||
)
|
||||
Reference in New Issue
Block a user