TableFieldSchema

final case
class TableFieldSchema(name: Option[String], precision: Option[Long], policyTags: Option[TableFieldSchemaPolicyTags], description: Option[String], scale: Option[Long], collationSpec: Option[String], fields: Option[List[TableFieldSchema]], categories: Option[TableFieldSchemaCategories], mode: Option[String], `type`: Option[String], maxLength: Option[Long])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product