Class ListCssProductsResponse
Response message for the ListCssProducts method.
Implements
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class ListCssProductsResponse : IMessage<ListCssProductsResponse>, IEquatable<ListCssProductsResponse>, IDeepCloneable<ListCssProductsResponse>, IBufferMessage, IMessage, IPageResponse<CssProduct>, IEnumerable<CssProduct>, IEnumerable
Constructors
ListCssProductsResponse()
Declaration
public ListCssProductsResponse()
ListCssProductsResponse(ListCssProductsResponse)
Declaration
public ListCssProductsResponse(ListCssProductsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListCssProductsResponse | other |
Properties
CssProducts
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
Declaration
public RepeatedField<CssProduct> CssProducts { get; }
Property Value
Type | Description |
---|---|
RepeatedField<CssProduct> |
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
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<CssProduct> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<CssProduct> |