Class MerchantsupportResource.RenderproductissuesRequest
Provide a list of issues for merchant's product with a support content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Inheritance
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class MerchantsupportResource.RenderproductissuesRequest : ShoppingContentBaseServiceRequest<RenderProductIssuesResponse>, IClientServiceRequest<RenderProductIssuesResponse>, IClientServiceRequest
Constructors
RenderproductissuesRequest(IClientService, RenderProductIssuesRequestPayload, long, string)
Constructs a new Renderproductissues request.
Declaration
public RenderproductissuesRequest(IClientService service, RenderProductIssuesRequestPayload body, long merchantId, string productId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RenderProductIssuesRequestPayload | body | |
long | merchantId | |
string | productId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LanguageCode
Optional. The IETF BCP-47 language code used to localize support
content. If not set, the result will be in default language en-US
.
Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantId
Required. The ID of the account that contains the product.
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
ProductId
Required. The REST_ID of the product to fetch issues for.
Declaration
[RequestParameter("productId", RequestParameterType.Path)]
public virtual string ProductId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TimeZone
Optional. The IANA timezone used to localize times in support content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.
Declaration
[RequestParameter("timeZone", RequestParameterType.Query)]
public virtual string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Renderproductissues parameter list.
Declaration
protected override void InitParameters()