Voting helps other researchers find interesting modules.
Proto message containing the id, localized title, score, and hierarchy level of a trusted genome entity. Next ID: 12
categoryId
String.t
nil
id
isLocalized
boolean()
level
integer()
predicateName
queryText
recsTopicId
list(String.t)
score
number()
title
userVisible
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeEntity{ categoryId: String.t() | nil, id: String.t() | nil, isLocalized: boolean() | nil, level: integer() | nil, predicateName: String.t() | nil, queryText: String.t() | nil, recsTopicId: [String.t()] | nil, score: number() | nil, title: String.t() | nil, userVisible: boolean() | nil }
@spec decode(struct(), keyword()) :: struct()