GoogleApi.ContentWarehouse.V1.Model.IndexingConverterLocalizedAlternateName
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
-
annotationSource(type:String.t, default:nil)
- -
deviceMatchInfo(type:String.t, default:nil)
- Device match info calculated only by URL pattern. -
ecnFp(type:String.t, default:nil)
- Fp96 of webmirror ECN as of the last time the canonical was processed. -
feedUrl(type:String.t, default:nil)
- Populated if annotation_source is SITEMAP. -
language(type:String.t, default:nil)
- -
parsedLanguage(type:String.t, default:nil)
- Parsed language and region code from language field. -
parsedRegion(type:integer(), default:nil)
- -
url(type:String.t, default:nil)
- -
urlEncoding(type:integer(), default:nil)
- see webutil/urlencoding
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingConverterLocalizedAlternateName{
annotationSource: String.t() | nil,
deviceMatchInfo: String.t() | nil,
ecnFp: String.t() | nil,
feedUrl: String.t() | nil,
language: String.t() | nil,
parsedLanguage: String.t() | nil,
parsedRegion: integer() | nil,
url: String.t() | nil,
urlEncoding: integer() | nil
}
annotationSource: String.t() | nil,
deviceMatchInfo: String.t() | nil,
ecnFp: String.t() | nil,
feedUrl: String.t() | nil,
language: String.t() | nil,
parsedLanguage: String.t() | nil,
parsedRegion: integer() | nil,
url: String.t() | nil,
urlEncoding: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingConverterLocalizedAlternateName
