TableMetadataCacheUsage constructor

TableMetadataCacheUsage({
  1. String? explanation,
  2. TableReference? tableReference,
  3. String? tableType,
  4. String? unusedReason,
})

Implementation

TableMetadataCacheUsage({
  this.explanation,
  this.tableReference,
  this.tableType,
  this.unusedReason,
});