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 |
---|---|---|
DeleteProductInputRequest | 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}
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 |