View Source GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange (google_api_recommendation_engine v0.4.6)

Product price range when there are a range of prices for different variations of the same product.

Attributes

  • max (type: number(), default: nil) - Required. The maximum product price.
  • min (type: number(), default: nil) - Required. The minimum product price.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange{
    max: number() | nil,
    min: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.