GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment.fromJson constructor
GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment.fromJson(
core.Map json_,
) : this(
attributeName: json_['attributeName'] as core.String?,
position: json_['position'] as core.int?,
);