Voting helps other researchers find interesting modules.
cheap
boolean()
nil
currencyCode
String.t
expensive
maxPrice
float()
minPrice
moderatelyPriced
unspecified
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalPriceConstraint{ cheap: boolean() | nil, currencyCode: String.t() | nil, expensive: boolean() | nil, maxPrice: float() | nil, minPrice: float() | nil, moderatelyPriced: boolean() | nil, unspecified: boolean() | nil }
@spec decode(struct(), keyword()) :: struct()