View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatings (google_api_content_warehouse v0.4.0)
Per document mention ratings. Next id: 10
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.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.