Voting helps other researchers find interesting modules.
Proto message containing one or multiple trusted genome entity. This is used to capture entities that belong to the same type and have parent-children relationship in the taxonomy. e.g. One hierarchy may include 3 entities with Game_Taxonomy Type: (1) Action (Level 1) (2) Platformer (Level 2 under Action) (3) Endless Runner (Level 3 under Platformer) e.g. One hierarchy may also include only 1 entity with Game_Graphic_Style: (1) Anime (No level information) Next ID: 5
entity
list(GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeEntity.t)
nil
hierarchyType
String.t
source
trustedGenomeType
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeHierarchy{ entity: [ GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeEntity.t() ] | nil, hierarchyType: String.t() | nil, source: String.t() | nil, trustedGenomeType: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()