Voting helps other researchers find interesting modules.
A Topic represents a Knowledge Graph entity with its associated properties and their values.
id
GoogleApi.ContentWarehouse.V1.Model.FreebaseId.t
nil
propertyValue
list(GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FreebaseTopic{ id: GoogleApi.ContentWarehouse.V1.Model.FreebaseId.t() | nil, propertyValue: [GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue.t()] | nil }
@spec decode(struct(), keyword()) :: struct()