Show / Hide Table of Contents

Class DeleteLfpStoreRequest

Request message for the DeleteLfpStore method.

Inheritance
object
DeleteLfpStoreRequest
Implements
IMessage<DeleteLfpStoreRequest>
IEquatable<DeleteLfpStoreRequest>
IDeepCloneable<DeleteLfpStoreRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Lfp.V1
Assembly: Google.Shopping.Merchant.Lfp.V1.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
In this article
Back to top Generated by DocFX