Class: Google::Shopping::Merchant::Lfp::V1beta::GetLfpMerchantStateRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Lfp::V1beta::GetLfpMerchantStateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.rb
Overview
Request message for the GetLfpMerchantState method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the state to retrieve.
Format: accounts/{account}/lfpMerchantStates/{target_merchant}.
171 172 173 174 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.rb', line 171 class GetLfpMerchantStateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |