CompositeDocAlternateName

GoogleApi.ContentWarehouse.V1.Model.CompositeDocAlternateName


Table of Contents ▼

Jump to a specific part of the page:

Description

Alternate names are some urls that we would like to associate with documents in addition to canonicals. Sometimes we may want to serve these alternatenames instead of canonicals. Alternames in CompositeDoc should come from WebMirror pipeline.

Attributes List

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

View Attributes

Attributes

  1. Url (type: String.t, default: nil)
    -
  2. UrlEncoding (type: integer(), default: nil)
    - See webutil/urlencoding
  3. ecnFp (type: String.t, default: nil)
    - Fp96 of webmirror equivalence class as of last time this was exported.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocAlternateName{
Url: String.t() | nil,
UrlEncoding: integer() | nil,
ecnFp: String.t() | nil
}

Function

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

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