QualityTravelGoodSitesData

GoogleApi.ContentWarehouse.V1.Model.QualityTravelGoodSitesData


Table of Contents ▼

Jump to a specific part of the page:

Description

Protocol message for data related to good travel sites. This data is stored as signals data in docjoins.

Attributes List

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

View Attributes

Attributes

  1. i18n (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityTravelGoodSitesDataI18n), default: nil)
    -
  2. isAggr (type: boolean(), default: nil)
    -
  3. isAttractionOfficial (type: boolean(), default: nil)
    -
  4. isEntity (type: boolean(), default: nil)
    -
  5. isHotelOfficial (type: boolean(), default: nil)
    -
  6. normalizationFactor (type: number(), default: nil)
    - Factor that determines how local anchor credit is scaled before being added to global anchors.
  7. signal (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityTravelGoodSitesDataSignal), default: nil)
    -
  8. site (type: String.t, default: nil)
    -
  9. totalScore (type: number(), default: nil)
    - Site quality score, which determines the site type.
  10. type (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityTravelGoodSitesData{
i18n: [GoogleApi.ContentWarehouse.V1.Model.QualityTravelGoodSitesDataI18n.t()] | nil,
isAggr: boolean() | nil,
isAttractionOfficial: boolean() | nil,
isEntity: boolean() | nil,
isHotelOfficial: boolean() | nil,
normalizationFactor: number() | nil,
signal: [GoogleApi.ContentWarehouse.V1.Model.QualityTravelGoodSitesDataSignal.t()] | nil,
site: String.t() | nil,
totalScore: number() | nil,
type: String.t() | nil
}

Function

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

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