Voting helps other researchers find interesting modules.
Stores all human ratings collected for a given entity name.
language
String.t
nil
name
ratings
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatingsEntityNameRating.t)
tags
list(String.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatings{ language: String.t() | nil, name: String.t() | nil, ratings: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatingsEntityNameRating.t() ] | nil, tags: [String.t()] | nil }
@spec decode(struct(), keyword()) :: struct()