Show / Hide Table of Contents

Class DeleteCssProductInputRequest

Request message for the DeleteCssProductInput method.

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

Constructors

DeleteCssProductInputRequest()

Declaration
public DeleteCssProductInputRequest()

DeleteCssProductInputRequest(DeleteCssProductInputRequest)

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

Properties

CssProductInputName

CssProductInputName-typed view over the Name resource name property.

Declaration
public CssProductInputName CssProductInputName { get; set; }
Property Value
Type Description
CssProductInputName

HasSupplementalFeedId

Gets whether the "supplemental_feed_id" field is set

Declaration
public bool HasSupplementalFeedId { get; }
Property Value
Type Description
bool

Name

Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{css_product_input}, where the last section css_product_input consists of 3 parts: contentLanguage~feedLabel~offerId. Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123

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

SupplementalFeedId

The Content API Supplemental Feed ID. The field must not be set if the action applies to a primary feed. If the field is set, then product action applies to a supplemental feed instead of primary Content API feed.

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