Class: Google::Shopping::Merchant::DataSources::V1beta::PromotionDataSource
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1beta::PromotionDataSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1beta/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.
264 265 266 267 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb', line 264 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.
264 265 266 267 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb', line 264 class PromotionDataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |