Show / Hide Table of Contents

Class RenderProductIssuesResponse

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

Inheritance
object
RenderProductIssuesResponse
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 RenderProductIssuesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RenderedIssues

List of issues for a given product. 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