Class: Google::Shopping::Merchant::IssueResolution::V1beta::Impact

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

Overall impact of the issue.

Instance Attribute Summary collapse

Instance Attribute Details

#breakdowns::Array<::Google::Shopping::Merchant::IssueResolution::V1beta::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.

Returns:

  • (::Array<::Google::Shopping::Merchant::IssueResolution::V1beta::Breakdown>)

    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/v1beta/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".

Returns:

  • (::String)

    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/v1beta/issueresolution.rb', line 282

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

#severity::Google::Shopping::Merchant::IssueResolution::V1beta::Severity

Returns The severity of the issue.

Returns:



282
283
284
285
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 282

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