GoogleCloudRetailV2RuleRemoveFacetAction.fromJson constructor
GoogleCloudRetailV2RuleRemoveFacetAction.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2RuleRemoveFacetAction.fromJson(core.Map json_)
: this(
attributeNames: (json_['attributeNames'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);