Reference documentation and code samples for the Google Shopping Merchant Lfp V1 Client class DeleteLfpStoreRequest.
Request message for the DeleteLfpStore method.
Generated from protobuf message google.shopping.merchant.lfp.v1.DeleteLfpStoreRequest
Namespace
Google \ Shopping \ Merchant \ Lfp \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the store to delete for the target merchant account. Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}
getName
Required. The name of the store to delete for the target merchant account.
Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}
string
setName
Required. The name of the store to delete for the target merchant account.
Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}
var
string
$this
static::build
name
string
Required. The name of the store to delete for the target merchant account.
Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}
Please see LfpStoreServiceClient::lfpStoreName()
for help formatting this field.