TableListTable

gcp4s.bigquery.model.TableListTable
final case class TableListTable(tableReference: Option[TableReference], expirationTime: Option[FiniteDuration], friendlyName: Option[String], id: Option[String], timePartitioning: Option[TimePartitioning], labels: Option[Map[String, String]], kind: Option[String], `type`: Option[String], rangePartitioning: Option[RangePartitioning], creationTime: Option[FiniteDuration], view: Option[TableListTableView], clustering: Option[Clustering])

Attributes

Source:
TableListTable.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