TableFieldSchema

gcp4s.bigquery.model.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])

Attributes

Source:
TableFieldSchema.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product