Class DeleteLfpStoreRequest
Request message for the DeleteLfpStore method.
Implements
Namespace: Google.Shopping.Merchant.Lfp.V1Beta
Assembly: Google.Shopping.Merchant.Lfp.V1Beta.dll
Syntax
public sealed class DeleteLfpStoreRequest : IMessage<DeleteLfpStoreRequest>, IEquatable<DeleteLfpStoreRequest>, IDeepCloneable<DeleteLfpStoreRequest>, IBufferMessage, IMessage
Constructors
DeleteLfpStoreRequest()
Declaration
public DeleteLfpStoreRequest()
DeleteLfpStoreRequest(DeleteLfpStoreRequest)
Declaration
public DeleteLfpStoreRequest(DeleteLfpStoreRequest other)
Parameters
Type | Name | Description |
---|---|---|
DeleteLfpStoreRequest | other |
Properties
LfpStoreName
LfpStoreName-typed view over the Name resource name property.
Declaration
public LfpStoreName LfpStoreName { get; set; }
Property Value
Type | Description |
---|---|
LfpStoreName |
Name
Required. The name of the store to delete for the target merchant account.
Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |