Show / Hide Table of Contents

Class UpdateCssProductInputRequest

Request message for the UpdateCssProductInput method.

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

Constructors

UpdateCssProductInputRequest()

Declaration
public UpdateCssProductInputRequest()

UpdateCssProductInputRequest(UpdateCssProductInputRequest)

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

Properties

CssProductInput

Required. The CSS product input resource to update. Information you submit will be applied to the processed CSS product as well.

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

UpdateMask

The list of CSS product attributes to be updated.

If the update mask is omitted, then it is treated as implied field mask equivalent to all fields that are populated (have a non-empty value).

Attributes specified in the update mask without a value specified in the body will be deleted from the CSS product.

Update mask can only be specified for top level fields in attributes and custom attributes.

To specify the update mask for custom attributes you need to add the custom_attribute. prefix.

Providing special "*" value for full CSS product replacement is not supported.

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