Class ListCssProductsResponse
Response message for the ListCssProducts method.
Implements
Inherited Members
Namespace: Google.Apis.Css.v1.Data
Assembly: Google.Apis.Css.v1.dll
Syntax
public class ListCssProductsResponse : IDirectResponseSchema
Properties
CssProducts
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
Declaration
[JsonProperty("cssProducts")]
public virtual IList<CssProduct> CssProducts { get; set; }
Property Value
Type | Description |
---|---|
IList<CssProduct> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token, which can be sent as page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |