Class: Google::Shopping::Merchant::Lfp::V1beta::ListLfpStoresResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#lfp_stores::Array<::Google::Shopping::Merchant::Lfp::V1beta::LfpStore>

Returns The stores from the specified merchant.

Returns:



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.

Returns:

  • (::String)

    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