Voting helps other researchers find interesting modules.
Aggregates ratings by url/doc_fp.
docFp
String.t
nil
entityNameRating
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatings.t)
mentionRating
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatings.t)
taskLevelRating
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPerDocRelevanceRating.t)
url
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPerDocRelevanceRatings{ docFp: String.t() | nil, entityNameRating: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatings.t() ] | nil, mentionRating: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionRatings.t()] | nil, taskLevelRating: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPerDocRelevanceRating.t() ] | nil, url: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()