View Source GoogleApi.CSS.V1.Model.CssProduct (google_api_css v0.4.1)
The processed CSS Product(a.k.a Aggregate Offer internally).
Attributes
-
attributes(type:GoogleApi.CSS.V1.Model.Attributes.t, default:nil) - Output only. A list of product attributes. -
contentLanguage(type:String.t, default:nil) - Output only. The two-letter ISO 639-1 language code for the product. -
cssProductStatus(type:GoogleApi.CSS.V1.Model.CssProductStatus.t, default:nil) - Output only. The status of a product, data validation issues, that is, information about a product computed asynchronously. -
customAttributes(type:list(GoogleApi.CSS.V1.Model.CustomAttribute.t), default:nil) - 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. -
feedLabel(type:String.t, default:nil) - Output only. The feed label for the product. -
name(type:String.t, default:nil) - The name of the CSS Product. Format:"accounts/{account}/cssProducts/{css_product}" -
rawProvidedId(type:String.t, default:nil) - Output only. Your unique raw identifier for the product.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CSS.V1.Model.CssProduct{ attributes: GoogleApi.CSS.V1.Model.Attributes.t() | nil, contentLanguage: String.t() | nil, cssProductStatus: GoogleApi.CSS.V1.Model.CssProductStatus.t() | nil, customAttributes: [GoogleApi.CSS.V1.Model.CustomAttribute.t()] | nil, feedLabel: String.t() | nil, name: String.t() | nil, rawProvidedId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.