GoogleCloudRetailV2RuleBoostAction.fromJson constructor
GoogleCloudRetailV2RuleBoostAction.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2RuleBoostAction.fromJson(core.Map json_)
: this(
boost: (json_['boost'] as core.num?)?.toDouble(),
productsFilter: json_['productsFilter'] as core.String?,
);