Class DeleteProductInputRequest
Request message for the DeleteProductInput method.
Implements
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.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 |
---|---|---|
DeleteProductInputRequest | other |
Properties
DataSource
Required. The primary or supplemental data source from which the product
input should be deleted. Format:
accounts/{account}/dataSources/{datasource}
. For example,
accounts/123456/dataSources/104628
.
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:
content_language~feed_label~offer_id
example for product name is
accounts/123/productInputs/en~US~sku123
.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductInputName
ProductInputName-typed view over the Name resource name property.
Declaration
public ProductInputName ProductInputName { get; set; }
Property Value
Type | Description |
---|---|
ProductInputName |