Class: Google::Shopping::Merchant::Accounts::V1::ListRegionsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::ListRegionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/regions.rb
Overview
Response message for the ListRegions method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#regions ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1::Region>
The regions from the specified business.
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.
167 168 169 170 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/regions.rb', line 167 class ListRegionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#regions ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1::Region>
Returns The regions from the specified business.
167 168 169 170 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/regions.rb', line 167 class ListRegionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |