QualityProductProductSiteDataLocaleData

GoogleApi.ContentWarehouse.V1.Model.QualityProductProductSiteDataLocaleData


Table of Contents ▼

Jump to a specific part of the page:

Description

Data for one locale.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. boostFactor (type: number(), default: nil)
    - Site boosting multiplier.
  2. 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.
  3. locale (type: String.t, default: nil)
    - Locale for this data.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityProductProductSiteDataLocaleData