Class InsertLfpInventoryRequest
Request message for the InsertLfpInventory
method.
Implements
Namespace: Google.Shopping.Merchant.Lfp.V1Beta
Assembly: Google.Shopping.Merchant.Lfp.V1Beta.dll
Syntax
public sealed class InsertLfpInventoryRequest : IMessage<InsertLfpInventoryRequest>, IEquatable<InsertLfpInventoryRequest>, IDeepCloneable<InsertLfpInventoryRequest>, IBufferMessage, IMessage
Constructors
InsertLfpInventoryRequest()
Declaration
public InsertLfpInventoryRequest()
InsertLfpInventoryRequest(InsertLfpInventoryRequest)
Declaration
public InsertLfpInventoryRequest(InsertLfpInventoryRequest other)
Parameters
Type | Name | Description |
---|---|---|
Insert |
other |
Properties
LfpInventory
Required. The inventory to insert.
Declaration
public LfpInventory LfpInventory { get; set; }
Property Value
Type | Description |
---|---|
Lfp |
Parent
Required. The LFP provider account.
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
Account
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
Account |