GoogleBigtableAdminV2MaterializedViewClusterState.fromJson constructor

GoogleBigtableAdminV2MaterializedViewClusterState.fromJson(
  1. Map json_
)

Implementation

GoogleBigtableAdminV2MaterializedViewClusterState.fromJson(core.Map json_)
  : this(replicationState: json_['replicationState'] as core.String?);