Class: Google::Shopping::Merchant::IssueResolution::V1beta::RenderAccountIssuesResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

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

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

Returns:



38
39
40
41
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 38

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