Show / Hide Table of Contents

Class PromotionDataSource

The promotion data source.

Inheritance
object
PromotionDataSource
Implements
IMessage<PromotionDataSource>
IEquatable<PromotionDataSource>
IDeepCloneable<PromotionDataSource>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX