Class ProductChange
The change that happened to the product including old value, new value, country code as the region code and reporting context.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.promotions_v1beta.Data
Assembly: Google.Apis.Merchant.promotions_v1beta.dll
Syntax
public class ProductChange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NewValue
The new value of the changed resource or attribute.
Declaration
[JsonProperty("newValue")]
public virtual string NewValue { get; set; }
Property Value
Type | Description |
---|---|
string |
OldValue
The old value of the changed resource or attribute.
Declaration
[JsonProperty("oldValue")]
public virtual string OldValue { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionCode
Countries that have the change (if applicable)
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportingContext
Reporting contexts that have the change (if applicable)
Declaration
[JsonProperty("reportingContext")]
public virtual string ReportingContext { get; set; }
Property Value
Type | Description |
---|---|
string |