Voting helps other researchers find interesting modules.
Note: If you are going to populate any new field in this proto, you probably need to go through the go/dj-new-field and go/index-changes process.
DEPRECATEDSourceTitle
String.t
nil
TargetGroups
list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTargetGroup.t)
deprecatedTarget
list(GoogleApi.ContentWarehouse.V1.Model.SitemapDEPRECATED_Target.t)
pageAnchorsDocInfo
GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsDocInfo.t
searchInSite
boolean()
sitemapType
sourceOrgfp
sourceUrl
subresultList
GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSubresultList.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.Sitemap{ DEPRECATEDSourceTitle: String.t() | nil, TargetGroups: [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTargetGroup.t()] | nil, deprecatedTarget: [GoogleApi.ContentWarehouse.V1.Model.SitemapDEPRECATED_Target.t()] | nil, pageAnchorsDocInfo: GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsDocInfo.t() | nil, searchInSite: boolean() | nil, sitemapType: String.t() | nil, sourceOrgfp: String.t() | nil, sourceUrl: String.t() | nil, subresultList: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSubresultList.t() | nil }
@spec decode(struct(), keyword()) :: struct()