Voting helps other researchers find interesting modules.
Represents an information which is very close to composite doc, but compresses how the anchors are represented to save space. Next available tag: 18.
anchors
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedAnchors.t
nil
cdocContainer
GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t
documentMentionSpans
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconDocumentMentionSpans.t
forwardingDups
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedForwardingDup.t)
matchingMetadata
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingUrlMatchingMetadata.t
pageContent
list(String.t)
refconDocumentMetadata
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconRefconDocumentMetadata.t
sourceSnapshotType
String.t
url
webrefOutlinkInfos
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefOutlinkInfos.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedCompositeDoc{ anchors: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedAnchors.t() | nil, cdocContainer: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, documentMentionSpans: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconDocumentMentionSpans.t() | nil, forwardingDups: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedForwardingDup.t() ] | nil, matchingMetadata: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingUrlMatchingMetadata.t() | nil, pageContent: [String.t()] | nil, refconDocumentMetadata: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconRefconDocumentMetadata.t() | nil, sourceSnapshotType: String.t() | nil, url: String.t() | nil, webrefOutlinkInfos: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefOutlinkInfos.t() | nil }
@spec decode(struct(), keyword()) :: struct()