GoogleCloudDatacatalogV1CloudBigtableSystemSpec.fromJson constructor

GoogleCloudDatacatalogV1CloudBigtableSystemSpec.fromJson(
  1. Map json_
)

Implementation

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