Show / Hide Table of Contents

Class InsertCssProductInputRequest

Request message for the InsertCssProductInput method.

Inheritance
object
InsertCssProductInputRequest
Implements
IMessage<InsertCssProductInputRequest>
IEquatable<InsertCssProductInputRequest>
IDeepCloneable<InsertCssProductInputRequest>
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 InsertCssProductInputRequest : IMessage<InsertCssProductInputRequest>, IEquatable<InsertCssProductInputRequest>, IDeepCloneable<InsertCssProductInputRequest>, IBufferMessage, IMessage

Constructors

InsertCssProductInputRequest()

Declaration
public InsertCssProductInputRequest()

InsertCssProductInputRequest(InsertCssProductInputRequest)

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

Properties

CssProductInput

Required. The CSS Product Input to insert.

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

FeedId

Optional. DEPRECATED. Feed id is not required for CSS Products. The primary or supplemental feed id. If CSS Product already exists and feed id provided is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS Products yet.

Declaration
[Obsolete]
public long FeedId { get; set; }
Property Value
Type Description
long

Parent

Required. The account where this CSS 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
In this article
Back to top Generated by DocFX