GoogleBigtableAdminV2MemoryLayerMemoryConfig.fromJson constructor

GoogleBigtableAdminV2MemoryLayerMemoryConfig.fromJson(
  1. Map json_
)

Implementation

GoogleBigtableAdminV2MemoryLayerMemoryConfig.fromJson(core.Map json_)
  : this(storageSizeGib: json_['storageSizeGib'] as core.int?);