GoogleBigtableAdminV2TypeEnum.fromJson constructor
GoogleBigtableAdminV2TypeEnum.fromJson(
- Map json_
Implementation
GoogleBigtableAdminV2TypeEnum.fromJson(core.Map json_)
: this(
enumName: json_['enumName'] as core.String?,
schemaBundleId: json_['schemaBundleId'] as core.String?,
);