Show / Hide Table of Contents

Class InsertRegionalInventoryRequest

Request message for the InsertRegionalInventory method.

Inheritance
object
InsertRegionalInventoryRequest
Implements
IMessage<InsertRegionalInventoryRequest>
IEquatable<InsertRegionalInventoryRequest>
IDeepCloneable<InsertRegionalInventoryRequest>
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 InsertRegionalInventoryRequest : IMessage<InsertRegionalInventoryRequest>, IEquatable<InsertRegionalInventoryRequest>, IDeepCloneable<InsertRegionalInventoryRequest>, IBufferMessage, IMessage

Constructors

InsertRegionalInventoryRequest()

Declaration
public InsertRegionalInventoryRequest()

InsertRegionalInventoryRequest(InsertRegionalInventoryRequest)

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

Properties

Parent

Required. The account and product where this inventory will be inserted. Format: accounts/{account}/products/{product}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsProductName

ProductName-typed view over the Parent resource name property.

Declaration
public ProductName ParentAsProductName { get; set; }
Property Value
Type Description
ProductName

RegionalInventory

Required. Regional inventory information to add to the product. If the product already has a RegionalInventory resource for the same region, full replacement of the RegionalInventory resource is performed.

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