Class InsertPromotionRequest
Request message for the InsertPromotion
method.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.promotions_v1beta.Data
Assembly: Google.Apis.Merchant.promotions_v1beta.dll
Syntax
public class InsertPromotionRequest : IDirectResponseSchema
Properties
DataSource
Required. The data source of the
promotion Format:
accounts/{account}/dataSources/{datasource}
.
Declaration
[JsonProperty("dataSource")]
public virtual string DataSource { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Promotion
Required. The promotion to insert.
Declaration
[JsonProperty("promotion")]
public virtual Promotion Promotion { get; set; }
Property Value
Type | Description |
---|---|
Promotion |