View Source GoogleApi.ContentWarehouse.V1.Model.CompositeDocAlternateName (google_api_content_warehouse v0.4.0)

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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.