NlpSemanticParsingModelsMediaCost

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a localized price. Next ID: 3

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. currencyCode (type: String.t, default: nil)
    - Contains the standard code for the given type of currency. The value must represent a valid i18n_identifiers::CurrencyCode.
  2. price (type: float(), default: nil)
    - Contains the price in a particular currency.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost{
currencyCode: String.t() | nil,
price: float() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost