Class: Google::Shopping::Merchant::DataSources::V1::PromotionDataSource
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1::PromotionDataSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb
Overview
The promotion data source.
Instance Attribute Summary collapse
-
#content_language ⇒ ::String
Required.
-
#target_country ⇒ ::String
Required.
Instance Attribute Details
#content_language ⇒ ::String
Returns Required. Immutable. The two-letter ISO 639-1 language of the items in the data source.
252 253 254 255 |
# File 'proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb', line 252 class PromotionDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_country ⇒ ::String
Returns Required. Immutable. The target country used as part of the unique identifier. Represented as a CLDR territory code.
Promotions are only available in selected countries.
252 253 254 255 |
# File 'proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb', line 252 class PromotionDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |