Class UpdateCssProductInputRequest
Request message for the UpdateCssProductInput method.
Implements
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 |