Voting helps other researchers find interesting modules.
boolValue
boolean()
nil
datetimeValue
GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphDateTimeProto.t
doubleValue
float()
durationValue
String.t
idValue
int64Value
locale
nestedStructValue
GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStruct.t
protoValue
GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObjProto.t
s2cellId
stringValue
uint64Value
uriValue
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObj{ boolValue: boolean() | nil, datetimeValue: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphDateTimeProto.t() | nil, doubleValue: float() | nil, durationValue: String.t() | nil, idValue: String.t() | nil, int64Value: String.t() | nil, locale: String.t() | nil, nestedStructValue: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphNestedStruct.t() | nil, protoValue: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObjProto.t() | nil, s2cellId: String.t() | nil, stringValue: String.t() | nil, uint64Value: String.t() | nil, uriValue: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()