Class DeleteProductInputRequest
Request message for the DeleteProductInput method.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class DeleteProductInputRequest : IMessage<DeleteProductInputRequest>, IEquatable<DeleteProductInputRequest>, IDeepCloneable<DeleteProductInputRequest>, IBufferMessage, IMessage
Constructors
DeleteProductInputRequest()
Declaration
public DeleteProductInputRequest()
DeleteProductInputRequest(DeleteProductInputRequest)
Declaration
public DeleteProductInputRequest(DeleteProductInputRequest other)
Parameters
Type | Name | Description |
---|---|---|
Delete |
other |
Properties
DataSource
Required. The primary or supplemental data source from which the product
input should be deleted. Format:
accounts/{account}/dataSources/{datasource}
.
Declaration
public string DataSource { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. The name of the product input resource to delete.
Format: accounts/{account}/productInputs/{product}
where the last section product
consists of 4 parts:
channel~content_language~feed_label~offer_id
example for product name is
"accounts/123/productInputs/online~en~US~sku123"
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductInputName
Product
Declaration
public ProductInputName ProductInputName { get; set; }
Property Value
Type | Description |
---|---|
Product |