Class PromotionDataSource
The promotion data source.
Implements
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class PromotionDataSource : IMessage<PromotionDataSource>, IEquatable<PromotionDataSource>, IDeepCloneable<PromotionDataSource>, IBufferMessage, IMessage
Constructors
PromotionDataSource()
Declaration
public PromotionDataSource()
PromotionDataSource(PromotionDataSource)
Declaration
public PromotionDataSource(PromotionDataSource other)
Parameters
Type | Name | Description |
---|---|---|
PromotionDataSource | other |
Properties
ContentLanguage
Required. Immutable. The two-letter ISO 639-1 language of the items in the data source.
Declaration
public string ContentLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetCountry
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.
Declaration
public string TargetCountry { get; set; }
Property Value
Type | Description |
---|---|
string |