Class RepricingrulesResource.GetRequest
Retrieves a repricing rule from your Merchant Center account.
Inheritance
System.Object
RepricingrulesResource.GetRequest
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 GetRequest : ShoppingContentBaseServiceRequest<RepricingRule>, IClientServiceRequest<RepricingRule>, IClientServiceRequest
Constructors
GetRequest(IClientService, Int64, String)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, long merchantId, string ruleId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
System.Int64 | merchantId | |
System.String | ruleId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.RepricingRule>.HttpMethod
MerchantId
Required. The id of the merchant who owns the repricing rule.
Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual long MerchantId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.RepricingRule>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.RepricingRule>.RestPath
RuleId
Required. The id of the rule to retrieve.
Declaration
[RequestParameter("ruleId", RequestParameterType.Path)]
public virtual string RuleId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2_1.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.RepricingRule>.InitParameters()