GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatings
Table of Contents ▼
Jump to a specific part of the page:
Description
Per document mention ratings. Next id: 10
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
begin
(type:integer()
, default:nil
)
- Byte offsets of the mention. -
end
(type:integer()
, default:nil
)
- -
mentionMatch
(type:list(String.t)
, default:nil
)
- -
singleMentionRating
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatingsSingleMentionRating)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatings{
begin: integer() | nil,
end: integer() | nil,
mentionMatch: [String.t()] | nil,
singleMentionRating: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatingsSingleMentionRating.t() ] | nil
}
begin: integer() | nil,
end: integer() | nil,
mentionMatch: [String.t()] | nil,
singleMentionRating: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatingsSingleMentionRating.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatings