Show / Hide Table of Contents

Class ListCssProductsResponse

Response message for the ListCssProducts method.

Inheritance
object
ListCssProductsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX