Class InsertLfpStoreRequest
Request message for the InsertLfpStore method.
Implements
Namespace: Google.Shopping.Merchant.Lfp.V1Beta
Assembly: Google.Shopping.Merchant.Lfp.V1Beta.dll
Syntax
public sealed class InsertLfpStoreRequest : IMessage<InsertLfpStoreRequest>, IEquatable<InsertLfpStoreRequest>, IDeepCloneable<InsertLfpStoreRequest>, IBufferMessage, IMessage
Constructors
InsertLfpStoreRequest()
Declaration
public InsertLfpStoreRequest()
InsertLfpStoreRequest(InsertLfpStoreRequest)
Declaration
public InsertLfpStoreRequest(InsertLfpStoreRequest other)
Parameters
Type | Name | Description |
---|---|---|
InsertLfpStoreRequest | other |
Properties
LfpStore
Required. The store to insert.
Declaration
public LfpStore LfpStore { get; set; }
Property Value
Type | Description |
---|---|
LfpStore |
Parent
Required. The LFP provider account
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |