RepositoryWebrefGlobalNameInfo

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGlobalNameInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Groups together the NameInfo for all variants of a given name. The variants of a name have the same normalized string, but they have a different original string and/or a different language/region. Example: For the name "apple", there may be variants such as "apple|en", "apple|en|US", "apple|de", "Apple|en"...

Attributes List

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

View Attributes

Attributes

  1. normalizedName (type: String.t, default: nil)
    - The normalized name.
  2. variantInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameInfo), default: nil)
    - All the variants of this name together with associated information such as score, sources, etc.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGlobalNameInfo{
normalizedName: String.t() | nil,
variantInfo: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameInfo.t()] | nil
}

Function

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

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