Ref

gcp.codegen.SchemaType.Ref
final case class Ref(ref: SchemaPath, optional: Boolean) extends SchemaType

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def scalaType(arrayType: ArrayType): String

Attributes

Inherited from:
SchemaType
def schemaPath: Option[SchemaPath]

Attributes

Inherited from:
SchemaType
def withOptional(o: Boolean): SchemaType

Attributes

Inherited from:
SchemaType