GoogleApi.ContentWarehouse.V1.Model.CompositeDocLocalizedVariations
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
dupsComputedAlternateNames
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsComputedLocalizedAlternateNamesLocaleEntry)
, default:nil
)
- A subset of computed variations, only the members which are dups to the main url. Used during serving for swapping in the URL based on regional and language preferences of the user. -
webmasterAlternateNames
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingConverterLocalizedAlternateName)
, default:nil
)
- All localized alternate names provided by the webmaster (canonical and dups, indexed and not-indexed). Used on the ranking side for swapping out results based on the webmaster preference.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocLocalizedVariations{
dupsComputedAlternateNames: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsComputedLocalizedAlternateNamesLocaleEntry.t() ] | nil,
webmasterAlternateNames: [ GoogleApi.ContentWarehouse.V1.Model.IndexingConverterLocalizedAlternateName.t() ] | nil
}
dupsComputedAlternateNames: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsComputedLocalizedAlternateNamesLocaleEntry.t() ] | nil,
webmasterAlternateNames: [ GoogleApi.ContentWarehouse.V1.Model.IndexingConverterLocalizedAlternateName.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CompositeDocLocalizedVariations