Class CssProduct
The processed CSS Product(a.k.a Aggregate Offer internally).
Implements
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class CssProduct : IMessage<CssProduct>, IEquatable<CssProduct>, IDeepCloneable<CssProduct>, IBufferMessage, IMessage
Constructors
CssProduct()
Declaration
public CssProduct()
CssProduct(CssProduct)
Declaration
public CssProduct(CssProduct other)
Parameters
Type | Name | Description |
---|---|---|
CssProduct | other |
Properties
Attributes
Output only. A list of product attributes.
Declaration
public Attributes Attributes { get; set; }
Property Value
Type | Description |
---|---|
Attributes |
ContentLanguage
Output only. The two-letter ISO 639-1 language code for the product.
Declaration
public string ContentLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
CssProductName
CssProductName-typed view over the Name resource name property.
Declaration
public CssProductName CssProductName { get; set; }
Property Value
Type | Description |
---|---|
CssProductName |
CssProductStatus
Output only. The status of a product, data validation issues, that is, information about a product computed asynchronously.
Declaration
public CssProductStatus CssProductStatus { get; set; }
Property Value
Type | Description |
---|---|
CssProductStatus |
CustomAttributes
Output only. A list of custom (CSS-provided) attributes. It can also be
used to submit any attribute of the feed specification in its generic form
(for example,
{ "name": "size type", "value": "regular" }
).
This is useful for submitting attributes not explicitly exposed by the
API, such as additional attributes used for Buy on Google.
Declaration
public RepeatedField<CustomAttribute> CustomAttributes { get; }
Property Value
Type | Description |
---|---|
RepeatedField<CustomAttribute> |
FeedLabel
Output only. The feed label for the product.
Declaration
public string FeedLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the CSS Product.
Format:
"accounts/{account}/cssProducts/{css_product}"
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RawProvidedId
Output only. Your unique raw identifier for the product.
Declaration
public string RawProvidedId { get; set; }
Property Value
Type | Description |
---|---|
string |