Class: Google::Shopping::Merchant::Lfp::V1beta::DeleteLfpStoreRequest

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

Overview

Request message for the DeleteLfpStore method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the store to delete for the target merchant account. Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}.

Returns:

  • (::String)

    Required. The name of the store to delete for the target merchant account. Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}



136
137
138
139
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpstore.rb', line 136

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