View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefGlobalLinkInfo (google_api_content_warehouse v0.4.0)
Groups together the LinkInfo for all locales.
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.t)
, default:nil
) - The information about this link for each locale.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.