Class DeleteLocalInventoryRequest
Request message for the DeleteLocalInventory
method.
Implements
Namespace: Google.Shopping.Merchant.Inventories.V1Beta
Assembly: Google.Shopping.Merchant.Inventories.V1Beta.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 |