IndexingConverterLocalizedAlternateName

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):

View Attributes

Attributes

  1. annotationSource (type: String.t, default: nil)
    -
  2. deviceMatchInfo (type: String.t, default: nil)
    - Device match info calculated only by URL pattern.
  3. ecnFp (type: String.t, default: nil)
    - Fp96 of webmirror ECN as of the last time the canonical was processed.
  4. feedUrl (type: String.t, default: nil)
    - Populated if annotation_source is SITEMAP.
  5. language (type: String.t, default: nil)
    -
  6. parsedLanguage (type: String.t, default: nil)
    - Parsed language and region code from language field.
  7. parsedRegion (type: integer(), default: nil)
    -
  8. url (type: String.t, default: nil)
    -
  9. 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
}

Function

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

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