Voting helps other researchers find interesting modules.
boolValue
boolean()
nil
floatValue
float()
intValue
String.t
language
integer()
type
typeId
value
valueType
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAttribute{ boolValue: boolean() | nil, floatValue: float() | nil, intValue: String.t() | nil, language: integer() | nil, type: String.t() | nil, typeId: integer() | nil, value: String.t() | nil, valueType: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()