Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CssProduct

import type { CssProduct } from "https://googleapis.deno.dev/v1/css:v1.ts";

The processed CSS Product(a.k.a Aggregate Offer internally).

interface CssProduct {
readonly attributes?: Attributes;
readonly contentLanguage?: string;
readonly cssProductStatus?: CssProductStatus;
readonly customAttributes?: CustomAttribute[];
readonly feedLabel?: string;
name?: string;
readonly rawProvidedId?: string;
}

§Properties

§
readonly attributes?: Attributes
[src]

Output only. A list of product attributes.

§
readonly contentLanguage?: string
[src]

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

§
readonly cssProductStatus?: CssProductStatus
[src]

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

§
readonly customAttributes?: CustomAttribute[]
[src]

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.

§
readonly feedLabel?: string
[src]

Output only. The feed label for the product.

§
name?: string
[src]

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

§
readonly rawProvidedId?: string
[src]

Output only. Your unique raw identifier for the product.