View Source GoogleApi.ContentWarehouse.V1.Model.QualityProductProductSiteDataLocaleData (google_api_content_warehouse v0.4.0)

Data for one locale.

Attributes

  • boostFactor (type: number(), default: nil) - Site boosting multiplier.
  • gobiSite (type: boolean(), default: nil) - Whether this is a gobi site, ie, a site from a gobi domain that should be boosted for a category query with this gobi domain. For example, amazon.com is a gobi store domain for category query [hdtv] but some sites (like askville.amazon.com) from amazon.com should not be boosted.
  • locale (type: String.t, default: nil) - Locale for this data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityProductProductSiteDataLocaleData{
    boostFactor: number() | nil,
    gobiSite: boolean() | nil,
    locale: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.