gcp.codegen.Method
See theMethod companion object
case class Method(httpMethod: String, path: String, flatPath: Option[FlatPath], parameters: Map[String, Parameter], parameterOrder: List[String], response: Option[SchemaType], request: Option[SchemaType])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article