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