GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMention
Table of Contents ▼
Jump to a specific part of the page:
Description
A single Mention within a segment as defined by SegmentMentions.SegmentType
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
mention
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMention
, default:nil
)
- -
segmentType
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMention{
mention: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMention.t() | nil,
segmentType: String.t() | nil
}
mention: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMention.t() | nil,
segmentType: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMention