Class IssueresolutionResource.RenderproductissuesRequest
Provide a list of issues for business's product with an issue resolution 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.Merchant.issueresolution_v1beta
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class IssueresolutionResource.RenderproductissuesRequest : MerchantBaseServiceRequest<RenderProductIssuesResponse>, IClientServiceRequest<RenderProductIssuesResponse>, IClientServiceRequest
Constructors
RenderproductissuesRequest(IClientService, RenderIssuesRequestPayload, string)
Constructs a new Renderproductissues request.
Declaration
public RenderproductissuesRequest(IClientService service, RenderIssuesRequestPayload body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RenderIssuesRequestPayload | body | |
string | name |
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 an issue
resolution 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 |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the product to fetch issues for. Format: accounts/{account}/products/{product}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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 an issue resolution 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()