Show / Hide Table of Contents

Class CssProduct

The processed CSS Product.

Inheritance
object
CssProduct
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Css.v1.Data
Assembly: Google.Apis.Css.v1.dll
Syntax
public class CssProduct : IDirectResponseSchema

Properties

Attributes

Output only. A list of product attributes.

Declaration
[JsonProperty("attributes")]
public virtual Attributes Attributes { get; set; }
Property Value
Type Description
Attributes

ContentLanguage

Output only. The two-letter ISO 639-1 language code for the product.

Declaration
[JsonProperty("contentLanguage")]
public virtual string ContentLanguage { get; set; }
Property Value
Type Description
string

CssProductStatus

Output only. The status of a product, data validation issues, that is, information about a product computed asynchronously.

Declaration
[JsonProperty("cssProductStatus")]
public virtual 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
[JsonProperty("customAttributes")]
public virtual IList<CustomAttribute> CustomAttributes { get; set; }
Property Value
Type Description
IList<CustomAttribute>

ETag

The ETag of the item.

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

FeedLabel

Output only. The feed label for the product.

Declaration
[JsonProperty("feedLabel")]
public virtual string FeedLabel { get; set; }
Property Value
Type Description
string

Name

The name of the CSS Product. Format: "accounts/{account}/cssProducts/{css_product}"

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RawProvidedId

Output only. Your unique raw identifier for the product.

Declaration
[JsonProperty("rawProvidedId")]
public virtual string RawProvidedId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX