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

ListCssProductsResponse

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

Response message for the ListCssProducts method.

interface ListCssProductsResponse {
cssProducts?: CssProduct[];
nextPageToken?: string;
}

§Properties

§
cssProducts?: CssProduct[]
[src]

The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.