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):
Attributes
-
i18n
(type:list(GoogleApi.ContentWarehouse.V1.Model.QualityTravelGoodSitesDataI18n)
, default:nil
)
- -
isAggr
(type:boolean()
, default:nil
)
- -
isAttractionOfficial
(type:boolean()
, default:nil
)
- -
isEntity
(type:boolean()
, default:nil
)
- -
isHotelOfficial
(type:boolean()
, default:nil
)
- -
normalizationFactor
(type:number()
, default:nil
)
- Factor that determines how local anchor credit is scaled before being added to global anchors. -
signal
(type:list(GoogleApi.ContentWarehouse.V1.Model.QualityTravelGoodSitesDataSignal)
, default:nil
)
- -
site
(type:String.t
, default:nil
)
- -
totalScore
(type:number()
, default:nil
)
- Site quality score, which determines the site type. -
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
}
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