Show / Hide Table of Contents

Class InsertProductInputRequest

Request message for the InsertProductInput method.

Inheritance
object
InsertProductInputRequest
Implements
IMessage<InsertProductInputRequest>
IEquatable<InsertProductInputRequest>
IDeepCloneable<InsertProductInputRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public sealed class InsertProductInputRequest : IMessage<InsertProductInputRequest>, IEquatable<InsertProductInputRequest>, IDeepCloneable<InsertProductInputRequest>, IBufferMessage, IMessage

Constructors

InsertProductInputRequest()

Declaration
public InsertProductInputRequest()

InsertProductInputRequest(InsertProductInputRequest)

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

Properties

DataSource

Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see Overview of Data sources sub-API.

Only API data sources are supported.

Format: accounts/{account}/dataSources/{datasource}. For example, accounts/123456/dataSources/104628.

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

Parent

Required. The account where this product will be inserted. 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

ProductInput

Required. The product input to insert.

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