Class RenderAccountIssuesResponse
Response containing an issue resolution content and actions for listed account issues.
Implements
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class RenderAccountIssuesResponse : IMessage<RenderAccountIssuesResponse>, IEquatable<RenderAccountIssuesResponse>, IDeepCloneable<RenderAccountIssuesResponse>, IBufferMessage, IMessage
Constructors
RenderAccountIssuesResponse()
Declaration
public RenderAccountIssuesResponse()
RenderAccountIssuesResponse(RenderAccountIssuesResponse)
Declaration
public RenderAccountIssuesResponse(RenderAccountIssuesResponse other)
Parameters
Type | Name | Description |
---|---|---|
RenderAccountIssuesResponse | other |
Properties
RenderedIssues
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed form, the title and 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> |