Show / Hide Table of Contents

Class ListCssProductsResponse

Response message for the ListCssProducts method.

Inheritance
object
ListCssProductsResponse
Implements
IMessage<ListCssProductsResponse>
IEquatable<ListCssProductsResponse>
IDeepCloneable<ListCssProductsResponse>
IBufferMessage
IMessage
IPageResponse<CssProduct>
IEnumerable<CssProduct>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
IPageResponse<TResource>.NextPageToken

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<CssProduct> GetEnumerator()
Returns
Type Description
IEnumerator<CssProduct>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX