TableListTables constructor

TableListTables({
  1. Clustering? clustering,
  2. String? creationTime,
  3. String? expirationTime,
  4. String? friendlyName,
  5. String? id,
  6. String? kind,
  7. Map<String, String>? labels,
  8. RangePartitioning? rangePartitioning,
  9. bool? requirePartitionFilter,
  10. TableReference? tableReference,
  11. TimePartitioning? timePartitioning,
  12. String? type,
  13. TableListTablesView? view,
})

Implementation

TableListTables({
  this.clustering,
  this.creationTime,
  this.expirationTime,
  this.friendlyName,
  this.id,
  this.kind,
  this.labels,
  this.rangePartitioning,
  this.requirePartitionFilter,
  this.tableReference,
  this.timePartitioning,
  this.type,
  this.view,
});