MaterializedView constructor

MaterializedView({
  1. Map<String, GoogleBigtableAdminV2MaterializedViewClusterState>? clusterStates,
  2. bool? deletionProtection,
  3. String? etag,
  4. String? name,
  5. String? query,
})

Implementation

MaterializedView({
  this.clusterStates,
  this.deletionProtection,
  this.etag,
  this.name,
  this.query,
});