Class: Google::Shopping::Merchant::IssueResolution::V1beta::RenderedIssue
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::RenderedIssue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
An issue affecting specific business or their product.
Instance Attribute Summary collapse
-
#actions ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1beta::Action>
A list of actionable steps that can be executed to solve the issue.
-
#impact ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::Impact
Clarifies the severity of the issue.
-
#prerendered_content ⇒ ::String
Details of the issue as a pre-rendered HTML.
-
#prerendered_out_of_court_dispute_settlement ⇒ ::String
Pre-rendered HTML that contains a link to the external location where the ODS can be requested and instructions for how to request it.
-
#title ⇒ ::String
Title of the issue.
Instance Attribute Details
#actions ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1beta::Action>
261 262 263 264 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 261 class RenderedIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#impact ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::Impact
261 262 263 264 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 261 class RenderedIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prerendered_content ⇒ ::String
261 262 263 264 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 261 class RenderedIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prerendered_out_of_court_dispute_settlement ⇒ ::String
261 262 263 264 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 261 class RenderedIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
261 262 263 264 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 261 class RenderedIssue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |