TableFieldSchema

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product