Show / Hide Table of Contents

Class DeleteLocalInventoryRequest

Request message for the DeleteLocalInventory method.

Inheritance
object
DeleteLocalInventoryRequest
Implements
IMessage<DeleteLocalInventoryRequest>
IEquatable<DeleteLocalInventoryRequest>
IDeepCloneable<DeleteLocalInventoryRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Inventories.V1
Assembly: Google.Shopping.Merchant.Inventories.V1.dll
Syntax
public sealed class DeleteLocalInventoryRequest : IMessage<DeleteLocalInventoryRequest>, IEquatable<DeleteLocalInventoryRequest>, IDeepCloneable<DeleteLocalInventoryRequest>, IBufferMessage, IMessage

Constructors

DeleteLocalInventoryRequest()

Declaration
public DeleteLocalInventoryRequest()

DeleteLocalInventoryRequest(DeleteLocalInventoryRequest)

Declaration
public DeleteLocalInventoryRequest(DeleteLocalInventoryRequest other)
Parameters
Type Name Description
DeleteLocalInventoryRequest other

Properties

LocalInventoryName

LocalInventoryName-typed view over the Name resource name property.

Declaration
public LocalInventoryName LocalInventoryName { get; set; }
Property Value
Type Description
LocalInventoryName

Name

Required. The name of the local inventory for the given product to delete. Format: accounts/{account}/products/{product}/localInventories/{store_code}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX