GoogleCloudDatacatalogV1SetConfigRequest.fromJson constructor
GoogleCloudDatacatalogV1SetConfigRequest.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1SetConfigRequest.fromJson(core.Map json_)
: this(
catalogUiExperience: json_['catalogUiExperience'] as core.String?,
tagTemplateMigration: json_['tagTemplateMigration'] as core.String?,
);