Class FreelistingsprogramResource.RequestreviewRequest
Requests a review of free listings in a specific region. This method deprecated. Use the
MerchantSupportService
to view product and account issues and request a review.
Inheritance
FreelistingsprogramResource.RequestreviewRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class FreelistingsprogramResource.RequestreviewRequest : ShoppingContentBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
RequestreviewRequest(IClientService, RequestReviewFreeListingsRequest, long)
Constructs a new Requestreview request.
Declaration
public RequestreviewRequest(IClientService service, RequestReviewFreeListingsRequest body, long merchantId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RequestReviewFreeListingsRequest | body | |
long | merchantId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MerchantId
Required. The ID of the account.
Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual long MerchantId { get; }
Property Value
Type | Description |
---|---|
long |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Requestreview parameter list.
Declaration
protected override void InitParameters()