Class: Google::Shopping::Merchant::IssueResolution::V1beta::Breakdown::Region

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

Region with code and localized name.

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns The CLDR territory code.

Returns:



317
318
319
320
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/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.

Returns:

  • (::String)

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

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