googleapis.bigquery.TableFieldSchema
See theTableFieldSchema companion object
final case class TableFieldSchema(name: String, precision: Option[Long], defaultValueExpression: Option[String], rangeElementType: Option[TableFieldSchemaRangeElementType], policyTags: Option[TableFieldSchemaPolicyTags], description: Option[String], scale: Option[Long], fields: Option[List[TableFieldSchema]], categories: Option[TableFieldSchemaCategories], mode: Option[String], `type`: String, roundingMode: Option[String], maxLength: Option[Long], collation: Option[String])
Attributes
- Companion
- object
- Source
- TableFieldSchema.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article