TableMetadataCacheUsage constructor
TableMetadataCacheUsage({
- String? explanation,
- TableReference? tableReference,
- String? tableType,
- String? unusedReason,
Implementation
TableMetadataCacheUsage({
this.explanation,
this.tableReference,
this.tableType,
this.unusedReason,
});