GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment constructor

GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment({
  1. String? attributeName,
  2. int? position,
})

Implementation

GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment({
  this.attributeName,
  this.position,
});