GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatings
Table of Contents ▼
Jump to a specific part of the page:
Description
Stores all human ratings collected for a given entity name.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
language
(type:String.t
, default:nil
)
- -
name
(type:String.t
, default:nil
)
- -
ratings
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatingsEntityNameRating)
, default:nil
)
- Every entity name receives one or a few ratings from human raters.
Type
@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
}
language: String.t() | nil,
name: String.t() | nil,
ratings: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatingsEntityNameRating.t() ] | nil,
tags: [String.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameRatings