Class: Google::Shopping::Merchant::IssueResolution::V1beta::Breakdown
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::Breakdown
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
A detailed impact breakdown for a group of regions where the impact of the issue on different shopping destinations is the same.
Defined Under Namespace
Classes: Region
Instance Attribute Summary collapse
-
#details ⇒ ::Array<::String>
Human readable, localized description of issue's effect on different targets.
-
#regions ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1beta::Breakdown::Region>
Lists of regions.
Instance Attribute Details
#details ⇒ ::Array<::String>
Returns Human readable, localized description of issue's effect on different targets. Should be rendered as a list.
For example:
- "Products not showing in ads"
- "Products not showing organically".
303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 303 class Breakdown include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Region with code and localized name. # @!attribute [rw] code # @return [::String] # The [CLDR territory code] # (http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) # @!attribute [rw] name # @return [::String] # The localized name of the region. # For region with code='001' the value is 'All countries' or the equivalent # in other languages. class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#regions ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1beta::Breakdown::Region>
Returns Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to the business. If the list is too long, it is recommended to make it expandable.
303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 303 class Breakdown include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Region with code and localized name. # @!attribute [rw] code # @return [::String] # The [CLDR territory code] # (http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) # @!attribute [rw] name # @return [::String] # The localized name of the region. # For region with code='001' the value is 'All countries' or the equivalent # in other languages. class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |