Class: Google::Shopping::Merchant::Accounts::V1beta::ListRegionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/regions.rb

Overview

Response message for the ListRegions method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



107
108
109
110
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/regions.rb', line 107

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

#regions::Array<::Google::Shopping::Merchant::Accounts::V1beta::Region>

Returns The regions from the specified merchant.

Returns:



107
108
109
110
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/regions.rb', line 107

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