Voting helps other researchers find interesting modules.
Annotations of a single docjoin segment. A CDoc has several distinct data types which we call "segments" (see SegmentType for complete list). SegmentMentions contains all the mentions for a given (document, segment) pair. For queries there is only a single CONTENT segment.
mention
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMention.t)
nil
segmentType
String.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMentions{ mention: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMention.t()] | nil, segmentType: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()