Class: Google::Shopping::Merchant::Lfp::V1beta::ListLfpStoresResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Lfp::V1beta::ListLfpStoresResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb
Overview
Response message for the ListLfpStores method.
Instance Attribute Summary collapse
-
#lfp_stores ⇒ ::Array<::Google::Shopping::Merchant::Lfp::V1beta::LfpStore>
The stores from the specified merchant.
-
#next_page_token ⇒ ::String
A token, which can be sent as
pageToken
to retrieve the next page.
Instance Attribute Details
#lfp_stores ⇒ ::Array<::Google::Shopping::Merchant::Lfp::V1beta::LfpStore>
Returns The stores from the specified merchant.
177 178 179 180 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb', line 177 class ListLfpStoresResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as pageToken
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
177 178 179 180 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb', line 177 class ListLfpStoresResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |