Show / Hide Table of Contents

Class ListRepricingRuleReportsResponse

Response message for the ListRepricingRuleReports method.

Inheritance
object
ListRepricingRuleReportsResponse
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ListRepricingRuleReportsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

A token for retrieving the next page. Its absence means there is no subsequent page.

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

RepricingRuleReports

Daily reports for the given Repricing rule.

Declaration
[JsonProperty("repricingRuleReports")]
public virtual IList<RepricingRuleReport> RepricingRuleReports { get; set; }
Property Value
Type Description
IList<RepricingRuleReport>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX