Show / Hide Table of Contents

Class ProductChange

The change that happened to the product including old value, new value, country code as the region code and reporting context.

Inheritance
object
ProductChange
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.reports_v1beta.Data
Assembly: Google.Apis.Merchant.reports_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. If empty, it means that the product was deleted. Will have one of these values : (approved, pending, disapproved, ``)

Declaration
[JsonProperty("newValue")]
public virtual string NewValue { get; set; }
Property Value
Type Description
string

OldValue

The old value of the changed resource or attribute. If empty, it means that the product was created. Will have one of these values : (approved, pending, disapproved, ``)

Declaration
[JsonProperty("oldValue")]
public virtual string OldValue { get; set; }
Property Value
Type Description
string

RegionCode

Countries that have the change (if applicable). Represented in the ISO 3166 format.

Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type Description
string

ReportingContext

Reporting contexts that have the change (if applicable). Currently this field supports only (SHOPPING_ADS, LOCAL_INVENTORY_ADS, YOUTUBE_SHOPPING, YOUTUBE_CHECKOUT, YOUTUBE_AFFILIATE) from the enum value ReportingContextEnum

Declaration
[JsonProperty("reportingContext")]
public virtual string ReportingContext { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX