View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment (google_api_retail v0.13.2)

Each facet position adjustment consists of a single attribute name (i.e. facet key) along with a specified position.

Attributes

  • attributeName (type: String.t, default: nil) - The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters long.
  • position (type: integer(), default: nil) - This is the position in the request as explained above. It should be strictly positive be at most 100.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment{
    attributeName: String.t() | nil,
    position: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.