Class: Google::Shopping::Merchant::Lfp::V1beta::GetLfpStoreRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Lfp::V1beta::GetLfpStoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb
Overview
Request message for the GetLfpStore
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the store to retrieve.
Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}
.
113 114 115 116 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb', line 113 class GetLfpStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |