Class: Google::Shopping::Merchant::Accounts::V1beta::LinkLfpProviderResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::LinkLfpProviderResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/lfpproviders.rb
Overview
Response message for the LinkLfpProvider method.
Instance Attribute Summary collapse
-
#response ⇒ ::Google::Protobuf::Empty
Empty response.
Instance Attribute Details
#response ⇒ ::Google::Protobuf::Empty
Returns Empty response.
100 101 102 103 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/lfpproviders.rb', line 100 class LinkLfpProviderResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |