Show / Hide Table of Contents

Class InsertLfpStoreRequest

Request message for the InsertLfpStore method.

Inheritance
object
InsertLfpStoreRequest
Implements
IMessage<InsertLfpStoreRequest>
IEquatable<InsertLfpStoreRequest>
IDeepCloneable<InsertLfpStoreRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Lfp.V1
Assembly: Google.Shopping.Merchant.Lfp.V1.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
In this article
Back to top Generated by DocFX