Array

gcp.codegen.SchemaType.Array
final case class Array(items: SchemaType, optional: Boolean) extends SchemaType

Members list

Value members

Inherited methods

def description: Option[String]

Attributes

Inherited from:
SchemaType
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def scalaType(arrayType: ArrayType, enumType: EnumType): String

Attributes

Inherited from:
SchemaType
def schemaPath: Option[SchemaPath]

Attributes

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

Attributes

Inherited from:
SchemaType