Show / Hide Table of Contents

Class RenderAccountIssuesResponse

Response containing an issue resolution content and actions for listed account issues.

Inheritance
object
RenderAccountIssuesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.issueresolution_v1beta.Data
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class RenderAccountIssuesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

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 and available actions should be rendered.

Declaration
[JsonProperty("renderedIssues")]
public virtual IList<RenderedIssue> RenderedIssues { get; set; }
Property Value
Type Description
IList<RenderedIssue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX