Specs

gcp.codegen.Specs
See theSpecs companion object
case class Specs(id: String, name: String, title: String, description: String, revision: String, documentationLink: String, protocol: String, ownerName: String, discoveryVersion: String, resources: Map[ResourcePath, Resource], version: String, schemas: Map[SchemaPath, Schema], rootUrl: String, baseUrl: String, basePath: String, endpoints: List[Endpoint], queryParameters: Map[String, Parameter])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def hasProps(schemaName: SchemaPath): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product