Class: Google::Shopping::Merchant::Lfp::V1::GetLfpMerchantStateRequest

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

Overview

Request message for the GetLfpMerchantState method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the state to retrieve. Format: accounts/{account}/lfpMerchantStates/{target_merchant}. For example, accounts/123456/lfpMerchantStates/567890.

Returns:

  • (::String)

    Required. The name of the state to retrieve. Format: accounts/{account}/lfpMerchantStates/{target_merchant}. For example, accounts/123456/lfpMerchantStates/567890.



173
174
175
176
# File 'proto_docs/google/shopping/merchant/lfp/v1/lfpmerchantstate.rb', line 173

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