Class: Google::Shopping::Merchant::IssueResolution::V1::Breakdown::Region
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1::Breakdown::Region
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb
Overview
Region with code and localized name.
Instance Attribute Summary collapse
-
#code ⇒ ::String
The CLDR territory code.
-
#name ⇒ ::String
The localized name of the region.
Instance Attribute Details
#code ⇒ ::String
Returns The CLDR territory code.
317 318 319 320 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 317 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The localized name of the region. For region with code='001' the value is 'All countries' or the equivalent in other languages.
317 318 319 320 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 317 class Region include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |