RepositoryWebrefLinkInfo

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents all information we have about a specific/localized link. Next available tag: 11.

Attributes List

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

View Attributes

Attributes

  1. aggregatedScore (type: number(), default: nil)
    - The score aggregated from all sources.
  2. isPreferredDirection (type: boolean(), default: nil)
    - The EntityJoin keeps bi-directional links, but for some applications we only need them in one direction. This value indicates whether this is the preferred direction to keep. (We usually prefer keeping the link from the less common to the more common entity for performance reasons). For categorical links the preferred direction is from child to parent.
  3. metadata (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkMetadata, default: nil)
    - The metadata associated with the link.
  4. source (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkSource), default: nil)
    - The per-source scores.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkInfo{
aggregatedScore: number() | nil,
isPreferredDirection: boolean() | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkMetadata.t() | nil,
source: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkSource.t()] | nil
}

Function

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

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