Class: Google::Shopping::Merchant::IssueResolution::V1::RenderProductIssuesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#rendered_issues::Array<::Google::Shopping::Merchant::IssueResolution::V1::RenderedIssue>

Returns 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.

Returns:



98
99
100
101
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 98

class RenderProductIssuesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end