GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaPaidOfferDetail
Table of Contents ▼
Jump to a specific part of the page:
Description
Represents BUY and RENT offers and associated cost info. Next ID: 3
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
cost
(type:list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost)
, default:nil
)
- Represents the price of this offer according to the locale and region. -
paidOfferType
(type:String.t
, default:nil
)
- Specifies the type of offer.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaPaidOfferDetail{
cost: [ GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost.t() ] | nil,
paidOfferType: String.t() | nil
}
cost: [ GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaCost.t() ] | nil,
paidOfferType: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaPaidOfferDetail