GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSubresult
Table of Contents ▼
Jump to a specific part of the page:
Description
Information about a single sub-result.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
docid
(type:String.t
, default:nil
)
- -
itemMetadata
(type:GoogleApi.ContentWarehouse.V1.Model.QualitySitemapThirdPartyCarouselsListItemMuppetMetadata
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSubresult{
docid: String.t() | nil,
itemMetadata: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapThirdPartyCarouselsListItemMuppetMetadata.t() | nil
}
docid: String.t() | nil,
itemMetadata: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapThirdPartyCarouselsListItemMuppetMetadata.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSubresult