Class RenderProductIssuesResponse
Response containing an issue resolution content and actions for listed product issues.
Implements
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class RenderProductIssuesResponse : IMessage<RenderProductIssuesResponse>, IEquatable<RenderProductIssuesResponse>, IDeepCloneable<RenderProductIssuesResponse>, IBufferMessage, IMessage
Constructors
RenderProductIssuesResponse()
Declaration
public RenderProductIssuesResponse()
RenderProductIssuesResponse(RenderProductIssuesResponse)
Declaration
public RenderProductIssuesResponse(RenderProductIssuesResponse other)
Parameters
Type | Name | Description |
---|---|---|
RenderProductIssuesResponse | other |
Properties
RenderedIssues
List of issues for a given product.
This list can be shown with compressed, expandable items. In the compressed form, the [title][google.shopping.merchant.issueresolution.v1.RenderedIssue.title] and [impact][google.shopping.merchant.issueresolution.v1.RenderedIssue.impact] should be shown for each issue. Once the issue is expanded, the detailed [content][google.shopping.merchant.issueresolution.v1.RenderedIssue.prerendered_content] and available [actions][google.shopping.merchant.issueresolution.v1.RenderedIssue.actions] should be rendered.
Declaration
public RepeatedField<RenderedIssue> RenderedIssues { get; }
Property Value
Type | Description |
---|---|
RepeatedField<RenderedIssue> |