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):
Attributes
-
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). -
isBoostedPrimaryWeightLink
(type:boolean()
, default:nil
)
- Whether this is a BoostedPrimaryWeight link. For these links in some cases a higher weight is used for primary scoring. -
targetMid
(type:String.t
, default:nil
)
- The mid of the linked entity. -
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
}
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