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