Class: Google::Shopping::Merchant::Accounts::V1::FindLfpProvidersResponse

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

Overview

Response message for the FindLfpProviders method.

Instance Attribute Summary collapse

Instance Attribute Details

#lfp_providers::Array<::Google::Shopping::Merchant::Accounts::V1::LfpProvider>

Returns The LFP providers from the specified merchant in the specified country.

Returns:



75
76
77
78
# File 'proto_docs/google/shopping/merchant/accounts/v1/lfpproviders.rb', line 75

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

#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.



75
76
77
78
# File 'proto_docs/google/shopping/merchant/accounts/v1/lfpproviders.rb', line 75

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