Primitive

gcp.codegen.SchemaType.Primitive
final case class Primitive(`type`: String, optional: Boolean, format: Option[String]) 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