Show / Hide Table of Contents

Class RepricingrulesResource.RepricingreportsResource

The "repricingreports" collection of methods.

Inheritance
System.Object
RepricingrulesResource.RepricingreportsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RepricingreportsResource

Constructors

RepricingreportsResource(IClientService)

Constructs a new resource.

Declaration
public RepricingreportsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(Int64, String)

Lists the metrics report for a given Repricing rule.

Declaration
public virtual RepricingrulesResource.RepricingreportsResource.ListRequest List(long merchantId, string ruleId)
Parameters
Type Name Description
System.Int64 merchantId

Required. Id of the merchant who owns the Repricing rule.

System.String ruleId

Required. Id of the Repricing rule.

Returns
Type Description
RepricingrulesResource.RepricingreportsResource.ListRequest
In This Article
Back to top