Class: Google::Shopping::Merchant::IssueResolution::V1::Impact
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1::Impact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb
Overview
Overall impact of the issue.
Instance Attribute Summary collapse
-
#breakdowns ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1::Breakdown>
Detailed impact breakdown.
-
#message ⇒ ::String
Optional.
-
#severity ⇒ ::Google::Shopping::Merchant::IssueResolution::V1::Severity
The severity of the issue.
Instance Attribute Details
#breakdowns ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1::Breakdown>
Returns Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the business. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.
282 283 284 285 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 282 class Impact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::String
Returns Optional. Message summarizing the overall impact of the issue. If present, it should be rendered to the business. For example: "Disapproves 90k offers in 25 countries".
282 283 284 285 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 282 class Impact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#severity ⇒ ::Google::Shopping::Merchant::IssueResolution::V1::Severity
Returns The severity of the issue.
282 283 284 285 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 282 class Impact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |