Class InsertProductInputRequest
Request message for the InsertProductInput method.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.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. Format:
accounts/{account}/dataSources/{datasource}
.
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 |