GoogleCloudRetailV2RuleFilterAction.fromJson constructor

GoogleCloudRetailV2RuleFilterAction.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2RuleFilterAction.fromJson(core.Map json_)
    : this(
        filter: json_['filter'] as core.String?,
      );