Voting helps other researchers find interesting modules.
A PropertyValue associates properties with values in the context of a topic.
property
GoogleApi.ContentWarehouse.V1.Model.FreebaseId.t
nil
totalValueCount
String.t
value
list(GoogleApi.ContentWarehouse.V1.Model.FreebaseValue.t)
valueStatus
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FreebasePropertyValue{ property: GoogleApi.ContentWarehouse.V1.Model.FreebaseId.t() | nil, totalValueCount: String.t() | nil, value: [GoogleApi.ContentWarehouse.V1.Model.FreebaseValue.t()] | nil, valueStatus: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()