RepositoryWebrefGlobalLinkInfo

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGlobalLinkInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Groups together the LinkInfo for all locales.

Attributes List

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

View Attributes

Attributes

  1. debugTitle (type: String.t, default: nil)
    - A short human-readable name/title of the entity, similar to what is displayed at the top of a Hume page. Do not use for any production purpose as it does not provide guarantees for stability or policy checks (access requirements).
  2. targetMid (type: String.t, default: nil)
    - The mid of the linked entity.
  3. variantInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkInfo), default: nil)
    - The information about this link for each locale.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGlobalLinkInfo{
debugTitle: String.t() | nil,
isBoostedPrimaryWeightLink: boolean() | nil,
targetMid: String.t() | nil,
variantInfo: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkInfo.t()] | nil
}

Function

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

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