Property

gcp.codegen.Property
See theProperty companion object
case class Property(description: Option[String], typ: SchemaType, readOnly: Boolean)

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 optional: Boolean
def scalaType(arrType: ArrayType): String
def schemaPath: Option[SchemaPath]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product