Class: Google::Shopping::Merchant::Accounts::V1::LinkLfpProviderRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::LinkLfpProviderRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/lfpproviders.rb
Overview
Request message for the LinkLfpProvider method.
Instance Attribute Summary collapse
-
#external_account_id ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#external_account_id ⇒ ::String
Returns Required. The external account ID by which this merchant is known to the LFP provider.
91 92 93 94 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/lfpproviders.rb', line 91 class LinkLfpProviderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the LFP provider resource to link.
Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}/lfpProviders/{lfp_provider}.
The lfp_provider is the LFP provider ID.
91 92 93 94 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/lfpproviders.rb', line 91 class LinkLfpProviderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |