Voting helps other researchers find interesting modules.
Represents a single sitelink target, contains basic information used to display the target (such as url and title) and to, maybe, dynamically change the way targets are selected and/or ranked (such as score and is_mobile). Please update the TargetInternal message if you make a change to this proto. See "Note on adding new fields".
DEPRECATEDSnippet
list(String.t)
nil
isGoodForMobile
boolean()
isMobileN1dup
languages
list(integer())
salientImage
GoogleApi.ContentWarehouse.V1.Model.WWWResultInfoSubImageDocInfo.t
score
number()
scoringSignals
GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals.t
sectionTexts
snippetResponse
GoogleApi.ContentWarehouse.V1.Model.GenericSnippetResponse.t
sourceAnchor
sporcSignals
GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSporcSignals.t
title
String.t
twoLevelScore
url
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget{ DEPRECATEDSnippet: [String.t()] | nil, isGoodForMobile: boolean() | nil, isMobileN1dup: boolean() | nil, languages: [integer()] | nil, salientImage: GoogleApi.ContentWarehouse.V1.Model.WWWResultInfoSubImageDocInfo.t() | nil, score: number() | nil, scoringSignals: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals.t() | nil, sectionTexts: [String.t()] | nil, snippetResponse: GoogleApi.ContentWarehouse.V1.Model.GenericSnippetResponse.t() | nil, sourceAnchor: boolean() | nil, sporcSignals: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSporcSignals.t() | nil, title: String.t() | nil, twoLevelScore: number() | nil, url: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()