Show / Hide Table of Contents

Class ListCssProductsRequest

Request message for the ListCssProducts method.

Inheritance
object
ListCssProductsRequest
Implements
IMessage<ListCssProductsRequest>
IEquatable<ListCssProductsRequest>
IDeepCloneable<ListCssProductsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class ListCssProductsRequest : IMessage<ListCssProductsRequest>, IEquatable<ListCssProductsRequest>, IDeepCloneable<ListCssProductsRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListCssProductsRequest()

Declaration
public ListCssProductsRequest()

ListCssProductsRequest(ListCssProductsRequest)

Declaration
public ListCssProductsRequest(ListCssProductsRequest other)
Parameters
Type Name Description
ListCssProductsRequest other

Properties

PageSize

The maximum number of CSS Products to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the maximum number of CSS products will be returned.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

A page token, received from a previous ListCssProducts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListCssProducts must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The account/domain to list processed CSS Products for. Format: accounts/{account}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsAccountName

AccountName-typed view over the Parent resource name property.

Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type Description
AccountName
In this article
Back to top Generated by DocFX