Show / Hide Table of Contents

Class RenderProductIssuesRequest

Request to provide an issue resolution content and actions for product issues of business's product.

Inheritance
object
RenderProductIssuesRequest
Implements
IMessage<RenderProductIssuesRequest>
IEquatable<RenderProductIssuesRequest>
IDeepCloneable<RenderProductIssuesRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class RenderProductIssuesRequest : IMessage<RenderProductIssuesRequest>, IEquatable<RenderProductIssuesRequest>, IDeepCloneable<RenderProductIssuesRequest>, IBufferMessage, IMessage

Constructors

RenderProductIssuesRequest()

Declaration
public RenderProductIssuesRequest()

RenderProductIssuesRequest(RenderProductIssuesRequest)

Declaration
public RenderProductIssuesRequest(RenderProductIssuesRequest other)
Parameters
Type Name Description
RenderProductIssuesRequest other

Properties

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
public string LanguageCode { get; set; }
Property Value
Type Description
string

Name

Required. The name of the product to fetch issues for. Format: accounts/{account}/products/{product}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Payload

Optional. The payload for configuring how the content should be rendered.

Declaration
public RenderIssuesRequestPayload Payload { get; set; }
Property Value
Type Description
RenderIssuesRequestPayload

ProductName

ProductName-typed view over the Name resource name property.

Declaration
public ProductName ProductName { get; set; }
Property Value
Type Description
ProductName

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
public string TimeZone { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX