Voting helps other researchers find interesting modules.
Represents a localized price. Next ID: 3
currencyCode
String.t
nil
price
float()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost{ currencyCode: String.t() | nil, price: float() | nil }
@spec decode(struct(), keyword()) :: struct()